X509DataSecurityKeyIdentifierClauseSerializer 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.
Represents a SecurityKeyIdentifierClauseSerializer that can process X.509 certificate reference types.
public ref class X509DataSecurityKeyIdentifierClauseSerializer : System::IdentityModel::Tokens::SecurityKeyIdentifierClauseSerializer
public class X509DataSecurityKeyIdentifierClauseSerializer : System.IdentityModel.Tokens.SecurityKeyIdentifierClauseSerializer
type X509DataSecurityKeyIdentifierClauseSerializer = class
inherit SecurityKeyIdentifierClauseSerializer
Public Class X509DataSecurityKeyIdentifierClauseSerializer
Inherits SecurityKeyIdentifierClauseSerializer
- Inheritance
Constructors
X509DataSecurityKeyIdentifierClauseSerializer() |
Initializes a new instance of the X509DataSecurityKeyIdentifierClauseSerializer class. |
Methods
CanReadKeyIdentifierClause(XmlReader) |
Returns a value that indicates whether the specified reader is positioned at an |
CanWriteKeyIdentifierClause(SecurityKeyIdentifierClause) |
Returns a value that indicates whether the specified key identifier clause can be serialized by this handler. |
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) |
ReadKeyIdentifierClause(XmlReader) |
Deserializes a key identifier clause from XML by using the specified XML reader. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause) |
Serializes the specified key identifier clause. |