SecurityKeyIdentifierClauseSerializer Class

Definition

Abstract base class for a serializer that can serialize and deserialize key identifier clauses.

public ref class SecurityKeyIdentifierClauseSerializer abstract
public abstract class SecurityKeyIdentifierClauseSerializer
type SecurityKeyIdentifierClauseSerializer = class
Public MustInherit Class SecurityKeyIdentifierClauseSerializer
Inheritance
SecurityKeyIdentifierClauseSerializer
Derived

Remarks

Key identifier clauses are represented by the SecurityKeyIdentifierClause class and by classes derived from it.

Constructors

SecurityKeyIdentifierClauseSerializer()

Initializes a new instance of the SecurityKeyIdentifierClauseSerializer class.

Methods

CanReadKeyIdentifierClause(XmlReader)

When overridden in a derived class, returns a value that indicates whether the element where the specified reader is positioned can be read as a key identifier clause by the handler.

CanWriteKeyIdentifierClause(SecurityKeyIdentifierClause)

When overridden in a derived class, returns a value that indicates whether the specified key identifier clause can be serialized by the 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)

When overridden in a derived class, deserializes a key identifier clause from by using the specified XML reader.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
WriteKeyIdentifierClause(XmlWriter, SecurityKeyIdentifierClause)

When overridden in a derived class, serializes the specified key identifier clause.

Applies to