System.Security.Cryptography.Pkcs.KeyTransRecipientInfo.Version Property

The KeyTransRecipientInfo.Version property retrieves the version of the key transport recipient. The version of the key transport recipient is automatically set for objects in this class, and the value implies that the recipient is taking part in a key transport 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.KeyTransRecipientInfo 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