System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo Members

The members of System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo are listed below.

See Also: Inherited members from System.Security.Cryptography.Pkcs.RecipientInfo

Public Properties

[read-only]
DateDateTime.

The KeyAgreeRecipientInfo.Date property retrieves the date and time of the start of the key agreement protocol by the originator.

[read-only]
override
EncryptedKeybyte[].

The KeyAgreeRecipientInfo.EncryptedKey property retrieves the encrypted recipient keying material.

[read-only]
override
KeyEncryptionAlgorithmAlgorithmIdentifier.

The KeyAgreeRecipientInfo.KeyEncryptionAlgorithm property retrieves the algorithm used to perform the key agreement.

[read-only]
OriginatorIdentifierOrKeySubjectIdentifierOrKey.

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

[read-only]
OtherKeyAttributeSystem.Security.Cryptography.CryptographicAttributeObject.

The KeyAgreeRecipientInfo.OtherKeyAttribute property retrieves attributes of the keying material.

[read-only]
override
RecipientIdentifierSubjectIdentifier.

The KeyAgreeRecipientInfo.RecipientIdentifier property retrieves the identifier of the recipient.

[read-only]
override
Versionint.

The KeyAgreeRecipientInfo.Version property retrieves the version of the key agreement recipient. This is automatically set for objects in this class, and the value implies that the recipient is taking part in a key agreement algorithm.