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

RecipientInfoType 枚举的值,定义收件人的类型。

适用于

另请参阅