System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo.Version Property

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.

Syntax

public override int Version { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The version determines whether the message in which this System.Security.Cryptography.Pkcs.KeyAgreeRecipientInfo object is contained is a PKCS #7 message or a Cryptographic Message Syntax (CMS) message. CMS is a newer superset of PKCS #7.

Requirements

Namespace: System.Security.Cryptography.Pkcs
Assembly: System.Security (in System.Security.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0