KeyAgreeRecipientInfo.OriginatorIdentifierOrKey プロパティ

定義

OriginatorIdentifierOrKey プロパティは、キーの承諾の差出人に関する情報を取得します。キーの承諾アルゴリズムでは、この情報を基に差出人が証明されます。

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

プロパティ値

キーの承諾の差出人についての情報を保持するオブジェクト。

適用対象

こちらもご覧ください