SignerInfo.SignerIdentifier Property

Definition

The SignerIdentifier property retrieves the certificate identifier of the signer associated with the signer information.

public:
 property System::Security::Cryptography::Pkcs::SubjectIdentifier ^ SignerIdentifier { System::Security::Cryptography::Pkcs::SubjectIdentifier ^ get(); };
public System.Security.Cryptography.Pkcs.SubjectIdentifier SignerIdentifier { get; }
member this.SignerIdentifier : System.Security.Cryptography.Pkcs.SubjectIdentifier
Public ReadOnly Property SignerIdentifier As SubjectIdentifier

Property Value

A SubjectIdentifier object that uniquely identifies the certificate associated with the signer information.

Applies to

See also