ImageGear v26.3 - Updated November 9, 2022
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

Property Value

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