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
CanWriteTokenCore​(Microsoft.IdentityModel.Tokens.SecurityToken token)
protected
bool
CanWriteKeyIdentifierCore​(Tokens.SecurityKeyIdentifier keyIdentifier)
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)
protected
void
WriteKeyIdentifierClauseCore​(System.Xml.XmlWriter writer,
Tokens.SecurityKeyIdentifierClause keyIdentifierClause)
public
bool
CanWriteKeyIdentifierClause​(Tokens.SecurityKeyIdentifierClause keyIdentifierClause)
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