RecipientInfo.Type Propriedade
Definição
A propriedade Type recupera o tipo do destinatário.The Type property retrieves the type of the recipient. O tipo de destinatário determina qual dos dois protocolos principais é usado para estabelecer uma chave entre o remetente e o destinatário de uma mensagem CMS/PKCS nº 7.The type of the recipient determines which of two major protocols is used to establish a key between the originator and the recipient of a CMS/PKCS #7 message.
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 da propriedade
Um valor da RecipientInfoType enumeração que define o tipo do destinatário.A value of the RecipientInfoType enumeration that defines the type of the recipient.