CmsSigner.SignerIdentifierType Propiedad

Definición

Obtiene el esquema que se va a usar para identificar el certificado de firma que se ha utilizado.

public:
 property System::Security::Cryptography::Pkcs::SubjectIdentifierType SignerIdentifierType { System::Security::Cryptography::Pkcs::SubjectIdentifierType get(); void set(System::Security::Cryptography::Pkcs::SubjectIdentifierType value); };
public System.Security.Cryptography.Pkcs.SubjectIdentifierType SignerIdentifierType { get; set; }
member this.SignerIdentifierType : System.Security.Cryptography.Pkcs.SubjectIdentifierType with get, set
Public Property SignerIdentifierType As SubjectIdentifierType

Valor de propiedad

SubjectIdentifierType

Esquema que se va a usar para identificar el certificado del destinatario que se ha utilizado.

Excepciones

Uno de los argumentos proporcionados a un método no era válido.

Se aplica a