XFINIUM.PDF Documentation
SignaturePolicyIdentifier Property



Xfinium.Pdf.DigitalSignatures Namespace > PdfDigitalSignature Class : SignaturePolicyIdentifier Property
Gets or sets the signature policy identifier.
Syntax
'Declaration
 
Public Property SignaturePolicyIdentifier As Byte()
'Usage
 
Dim instance As PdfDigitalSignature
Dim value() As Byte
 
instance.SignaturePolicyIdentifier = value
 
value = instance.SignaturePolicyIdentifier
public byte[] SignaturePolicyIdentifier {get; set;}
public:
property array<byte>^ SignaturePolicyIdentifier {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

The DER encoded signature policy identifier.
Remarks
When this property is set to a non null value, the signature-policy-identifier signed attribute is added to the signature.
The library does not verify and validate the content of this property. If this property does not include proper DER encoded content, the generated signature will be invalid.
This property is not used by PdfDocumentTimeStamp signatures.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfDigitalSignature Class
PdfDigitalSignature Members