SubjectIdentifierOrKey.Type Property

Definition

The Type property retrieves the type of subject identifier or key. The subject can be identified by the certificate issuer and serial number, the hash of the subject key, or the subject key.

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

Property Value

A member of the SubjectIdentifierOrKeyType enumeration that specifies the type of subject identifier.

Applies to

See also