RecipientInfo.Type 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
该 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 。