SubjectIdentifier Class
Namespace: Rebex.Security.Cryptography.Pkcs
Assembly: Rebex.Common.dll (version 7.0.9147)
The Subject
Syntax
public class SubjectIdentifier : PkcsBase
Inherited Members
Properties
Name | Description |
---|---|
Issuer | Gets the Distinguished |
Public |
Gets the public of the certificate if this subject identifier is identified by the public key. Otherwise, this property will return null. |
Public |
Gets the public algorithm of the certificate if this subject identifier is identified by the public key. Otherwise, this property will return null. |
Serial |
Gets the serial number of the certificate if this subject identifier is identified by the issuer name and serial number. Otherwise, this property will return null. |
Subject |
Gets the subject key identifier of the certificate if this subject identifier is identified by the subject key identifier. Otherwise, this property will return null. |
Type | Gets the type of the subject identifier. |
Methods
Name | Description |
---|---|
Load |
Loads a CMS/PKCS #7 signed or enveloped message from a stream.
Returns an instance of Signed |