ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.RightsManagement Namespace / ImGearRightsManagementXMPMetadata Class / Certificate Property




In This Topic
    Certificate Property
    In This Topic
    Gets or sets Certificate property of the XMP Rights Management schema. This XMP property specifies online rights management certificate.
    Syntax
    'Declaration
     
    Public Property Certificate As ImGearXMPString
    'Usage
     
    Dim instance As ImGearRightsManagementXMPMetadata
    Dim value As ImGearXMPString
     
    instance.Certificate = value
     
    value = instance.Certificate
    public ImGearXMPString Certificate {get; set;}
    public: __property ImGearXMPString* get_Certificate();
    public: __property void set_Certificate( 
       ImGearXMPString* value
    );
    public:
    property ImGearXMPString^ Certificate {
       ImGearXMPString^ get();
       void set (    ImGearXMPString^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPString class value.
    See Also