Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Sustainsys.​Saml2.​Metadata.​SecurityTokenSerializer
Assembly: Sustainsys.Saml2
Inheritance: object → SecurityTokenSerializer
Methods
protected
bool
CanReadTokenCore​(System.​Xml.​XmlReader reader)
protected
bool
CanWriteTokenCore​(Microsoft.​IdentityModel.​Tokens.​SecurityToken token)
protected
bool
CanReadKeyIdentifierCore​(System.​Xml.​XmlReader reader)
protected
bool
CanWriteKeyIdentifierCore​(Tokens.​SecurityKeyIdentifier keyIdentifier)
protected
bool
CanReadKeyIdentifierClauseCore​(System.​Xml.​XmlReader reader)
protected
bool
CanWriteKeyIdentifierClauseCore​(Tokens.​SecurityKeyIdentifierClause keyIdentifierClause)
protected
Microsoft.​IdentityModel.​Tokens.​SecurityToken
ReadTokenCore​(System.​Xml.​XmlReader reader,
Selectors.​SecurityTokenResolver tokenResolver)
protected
void
WriteTokenCore​(System.​Xml.​XmlWriter writer,
Microsoft.​IdentityModel.​Tokens.​SecurityToken token)
protected
void
WriteKeyIdentifierCore​(System.​Xml.​XmlWriter writer,
Tokens.​SecurityKeyIdentifier keyIdentifier)
ReadKeyIdentifierClauseCore​(System.​Xml.​XmlReader reader)
protected
void
WriteKeyIdentifierClauseCore​(System.​Xml.​XmlWriter writer,
Tokens.​SecurityKeyIdentifierClause keyIdentifierClause)
public
bool
CanReadKeyIdentifier​(System.​Xml.​XmlReader reader)
public
bool
CanReadKeyIdentifierClause​(System.​Xml.​XmlReader reader)
public
bool
CanReadToken​(System.​Xml.​XmlReader reader)
public
bool
CanWriteKeyIdentifier​(Tokens.​SecurityKeyIdentifier keyIdentifier)
public
bool
CanWriteKeyIdentifierClause​(Tokens.​SecurityKeyIdentifierClause keyIdentifierClause)
public
bool
CanWriteToken​(Microsoft.​IdentityModel.​Tokens.​SecurityToken token)
ReadKeyIdentifierClause​(System.​Xml.​XmlReader reader)
ReadToken​(System.​Xml.​XmlReader reader,
Selectors.​SecurityTokenResolver resolver)
public
void
WriteKeyIdentifier​(System.​Xml.​XmlWriter writer,
Tokens.​SecurityKeyIdentifier keyIdentifier)
public
void
WriteKeyIdentifierClause​(System.​Xml.​XmlWriter writer,
Tokens.​SecurityKeyIdentifierClause keyIdentifierClause)
public
void
WriteToken​(System.​Xml.​XmlWriter writer,
Microsoft.​IdentityModel.​Tokens.​SecurityToken token)
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object