SubjectIdentifier.Type Propriedade

Definição

A propriedade Type recupera o tipo de identificador do assunto.The Type property retrieves the type of subject identifier. O assunto pode ser identificado pelo emissor do certificado e pelo número de série ou pela chave de assunto.The subject can be identified by the certificate issuer and serial number or the subject key.

public:
 property System::Security::Cryptography::Pkcs::SubjectIdentifierType Type { System::Security::Cryptography::Pkcs::SubjectIdentifierType get(); };
public System.Security.Cryptography.Pkcs.SubjectIdentifierType Type { get; }
member this.Type : System.Security.Cryptography.Pkcs.SubjectIdentifierType
Public ReadOnly Property Type As SubjectIdentifierType

Valor da propriedade

SubjectIdentifierType

Um membro da SubjectIdentifierType enumeração que identifica o tipo de entidade.A member of the SubjectIdentifierType enumeration that identifies the type of subject.

Aplica-se a

Confira também