KeyAgreeRecipientInfo.RecipientIdentifier 属性

定义

RecipientIdentifier 属性检索收信方的标识符。

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

属性值

SubjectIdentifier

收件人的标识符。

适用于

另请参阅