RecipientInfo.Type Egenskap

Definition

Egenskapen Type hämtar mottagarens typ. Typen av mottagare avgör vilket av två större protokoll som används för att upprätta en nyckel mellan upphovsgivaren och mottagaren av ett CMS/PKCS #7-meddelande.

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

Egenskapsvärde

Ett värde för uppräkningen RecipientInfoType som definierar mottagarens typ.

Gäller för

Se även