共用方式為


RecipientInfo.Type 屬性

定義

Type 屬性會擷取收件者的類型。 建立 CMS/PKCS #7 訊息發出者與收件者之間的金鑰時,究竟要使用兩種主要通訊協定中的哪一種,由收件者的類型決定。

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 列舉的其中一個值,定義收件者的類型。

適用於

另請參閱