SubjectIdentifierOrKey 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 SubjectIdentifierOrKey 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, the hash of the subject key, or the subject key.
public ref class SubjectIdentifierOrKey sealed
public sealed class SubjectIdentifierOrKey
type SubjectIdentifierOrKey = class
Public NotInheritable Class SubjectIdentifierOrKey
- Inheritance
-
SubjectIdentifierOrKey
Properties
Type |
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. |
Value |
The Value property retrieves the value of the subject identifier or key. Use the Type property to determine the type of subject identifier or key, 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) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |