PkcsSubjectIdentifier Class |
Namespace: SysadminsLV.PKI.Cryptography.Pkcs
The PkcsSubjectIdentifier type exposes the following members.
Name | Description | |
---|---|---|
PkcsSubjectIdentifier(Byte) |
Initializes a new instance of SubjectIdentifier2 class from ASN.1-encoded byte array that represents encoded
Subject Identifier structure.
| |
PkcsSubjectIdentifier(X509Certificate2, SubjectIdentifierType) |
Initializes a new instance of PkcsSubjectIdentifier class using signer certificate and type how this certificate
is referenced in signer information of PkcsSignerInfo object.
|
Name | Description | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
RawData |
Gets the raw data associated with the current object.
| |||||||||||
Type |
Gets the type of the of subject identifier. The subject can be identified by the certificate issuer and
serial number or the subject key.
The following table displays mappings between subject identifier type and object type stored in the Value property:
| |||||||||||
Value |
Contains the value of the subject identifier. Object type and it's description depends on Type
property value.
The following table displays mappings between subject identifier type and object type stored in the property:
|
Name | Description | |
---|---|---|
Encode |
Encodes current object to an ASN.1 format.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |