SubjectIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SubjectIdentifier class defines the type of the identifier of a subject, such as a CmsSigner or a CmsRecipient. The subject can be identified by the certificate issuer and serial number or the subject key.
public ref class SubjectIdentifier sealed
public sealed class SubjectIdentifier
type SubjectIdentifier = class
Public NotInheritable Class SubjectIdentifier
- Inheritance
-
SubjectIdentifier
Properties
Type |
The Type property retrieves the type of subject identifier. The subject can be identified by the certificate issuer and serial number or the subject key. |
Value |
The Value property retrieves the value of the subject identifier. Use the Type property to determine the type of subject identifier, and use the Value property to retrieve the corresponding value. |
Methods
Equals(Object) |
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) |
MatchesCertificate(X509Certificate2) |
Verifies if the specified certificate's subject identifier matches current subject identifier instance. |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |