共用方式為


KeyAgreeRecipientInfo.Version 屬性

定義

Version 屬性會擷取金鑰協議收件者的版本。 這會自動針對這個類別中的物件設定,而值表示收件者參與密鑰協定演算法。

public:
 virtual property int Version { int get(); };
public override int Version { get; }
member this.Version : int
Public Overrides ReadOnly Property Version As Integer

屬性值

KeyAgreeRecipientInfo 物件的版本。

備註

版本會決定包含這個 KeyAgreeRecipientInfo 物件的訊息是 PKCS #7 訊息,還是密碼編譯訊息語法 (CMS) 訊息。 CMS 是較新的 PKCS 超集 #7。

適用於

另請參閱