RecipientInfo.Type Propiedad

Definición

La Type propiedad recupera el tipo del destinatario. El tipo del destinatario determina cuál de dos protocolos principales se usa para establecer una clave entre el originador y el destinatario de un mensaje 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

Valor de propiedad

Valor de la RecipientInfoType enumeración que define el tipo del destinatario.

Se aplica a

Consulte también