The VGTokenSecurityTokenSerializer type exposes the following members.

Methods

  NameDescription
Public methodCanReadKeyIdentifier
Determines whether this serializer can read the <KeyIdentifier> element referred to by the specified XML reader.
(Inherited from SecurityTokenSerializer.)
Public methodCanReadKeyIdentifierClause
Determines whether this serializer can read a clause in a <KeyIdentifier> element referred to by the specified XML reader.
(Inherited from SecurityTokenSerializer.)
Protected methodCanReadKeyIdentifierClauseCore
Gets a value that indicates whether the key identifier clause core can be read using the specified reader.
(Inherited from WSSecurityTokenSerializer.)
Protected methodCanReadKeyIdentifierCore
Gets a value that indicates whether the key identifier core can be read using the specified reader.
(Inherited from WSSecurityTokenSerializer.)
Public methodCanReadToken
Determines whether this serializer can read the security token pointed at by the specified XML reader.
(Inherited from SecurityTokenSerializer.)
Protected methodCanReadTokenCore (Overrides WSSecurityTokenSerializer..::..CanReadTokenCore(XmlReader).)
Public methodCanWriteKeyIdentifier
Determines whether this serializer can write the specified key identifier.
(Inherited from SecurityTokenSerializer.)
Public methodCanWriteKeyIdentifierClause
Determines whether this serializer can write the specified key identifier clause.
(Inherited from SecurityTokenSerializer.)
Protected methodCanWriteKeyIdentifierClauseCore
Gets a value that indicates whether the key identifier clause core with a specified key identifier clause can be written.
(Inherited from WSSecurityTokenSerializer.)
Protected methodCanWriteKeyIdentifierCore
Gets a value that indicates whether the key identifier core with a specified key identifier clause can be written.
(Inherited from WSSecurityTokenSerializer.)
Public methodCanWriteToken
Determines whether this serializer can write the specified security token to XML.
(Inherited from SecurityTokenSerializer.)
Protected methodCanWriteTokenCore (Overrides WSSecurityTokenSerializer..::..CanWriteTokenCore(SecurityToken).)
Public methodCreateKeyIdentifierClauseFromTokenXml
Creates a key identifier clause from a token expressed as XML.
(Inherited from WSSecurityTokenSerializer.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetTokenTypeUri
Gets the URI of the security token of the specified type.
(Inherited from WSSecurityTokenSerializer.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReadKeyIdentifier
Reads the key identifier using specified XML reader.
(Inherited from SecurityTokenSerializer.)
Public methodReadKeyIdentifierClause
Reads the key identifier clause using specified XML reader.
(Inherited from SecurityTokenSerializer.)
Protected methodReadKeyIdentifierClauseCore
Reads the key identifier clause core using the specified XmlReader.
(Inherited from WSSecurityTokenSerializer.)
Protected methodReadKeyIdentifierCore
Reads the key identifier core using the specified XmlReader.
(Inherited from WSSecurityTokenSerializer.)
Public methodReadToken
Reads the security token pointed at by the specified XML reader.
(Inherited from SecurityTokenSerializer.)
Protected methodReadTokenCore (Overrides WSSecurityTokenSerializer..::..ReadTokenCore(XmlReader, SecurityTokenResolver).)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodWriteKeyIdentifier
Writes the specified key identifier using the specified XML writer.
(Inherited from SecurityTokenSerializer.)
Public methodWriteKeyIdentifierClause
Writes the specified key identifier clause using the specified XML writer.
(Inherited from SecurityTokenSerializer.)
Protected methodWriteKeyIdentifierClauseCore
Writes the key identifier clause core with a specified key identifier clause using the specified XmlWriter.
(Inherited from WSSecurityTokenSerializer.)
Protected methodWriteKeyIdentifierCore
Writes the key identifier core with a specified key identifier clause using the specified XmlWriter.
(Inherited from WSSecurityTokenSerializer.)
Public methodWriteToken
Writes the specified security token using the specified XML writer.
(Inherited from SecurityTokenSerializer.)
Protected methodWriteTokenCore (Overrides WSSecurityTokenSerializer..::..WriteTokenCore(XmlWriter, SecurityToken).)

See Also