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

适用于

另请参阅