KeyAgreeRecipientInfo.OriginatorIdentifierOrKey Property

Definition

The OriginatorIdentifierOrKey property retrieves information about the originator of the key agreement for key agreement algorithms that warrant it.

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

Property Value

An object that contains information about the originator of the key agreement.

Applies to

See also