RecipientInfo.Type プロパティ

定義

Type プロパティは、受信者の型を取得します。 受信者の種類によって、送信元と CMS/PKCS #7 メッセージの受信者との間にキーを確立するために使用される 2 つの主要なプロトコルが決まります。

public:
 property System::Security::Cryptography::Pkcs::RecipientInfoType Type { System::Security::Cryptography::Pkcs::RecipientInfoType get(); };
public System.Security.Cryptography.Pkcs.RecipientInfoType Type { get; }
member this.Type : System.Security.Cryptography.Pkcs.RecipientInfoType
Public ReadOnly Property Type As RecipientInfoType

プロパティ値

受信者の種類を定義する RecipientInfoType 列挙体の値。

適用対象

こちらもご覧ください