SignerInfo.SignerIdentifier 属性
定义
SignerIdentifier 属性检索与该签名者信息关联的签名者的证书标识符。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
属性值
一个 SubjectIdentifier 对象,此对象唯一地标识与该签名者信息关联的证书。A SubjectIdentifier object that uniquely identifies the certificate associated with the signer information.