Defines the type of subject identifier that identifies a subject and a certificate.

Namespace:  Rebex.Security.Cryptography.Pkcs
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration SubjectIdentifierType
C#
public enum SubjectIdentifierType

Members

Member nameDescription
Supported by the .NET Compact FrameworkUnknown
The type of subject identifier is unknown.
Supported by the .NET Compact FrameworkIssuerAndSerialNumber
The subject is identified by the certificate issuer and serial number.
Supported by the .NET Compact FrameworkSubjectKeyIdentifier
The subject is identified by the hash of the subject's public key. The hash algorithm used is determined by the signature algorithm suite in the subject's certificate.
Supported by the .NET Compact FrameworkPublicKey
The subject is identified by the subject's public key.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also