RecipientInfo.Type Proprietà

Definizione

La proprietà Type recupera il tipo del destinatario. Il tipo del destinatario determina quale di due protocolli principali viene utilizzato per stabilire una chiave tra il creatore e il destinatario di un messaggio 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

Valore della proprietà

Valore dell'enumerazione RecipientInfoType che definisce il tipo del destinatario.

Si applica a

Vedi anche