SamlSerializer.ReadToken Method
Reads a SAML security token from the specified XML reader.
Namespace: System.IdentityModel.Tokens
Assembly: System.IdentityModel (in System.IdentityModel.dll)
public virtual SamlSecurityToken ReadToken( XmlReader reader, SecurityTokenSerializer keyInfoSerializer, SecurityTokenResolver outOfBandTokenResolver )
Parameters
- reader
- Type: System.Xml.XmlReader
An XmlDictionaryReader to read the SamlSecurityToken security token.
- keyInfoSerializer
- Type: System.IdentityModel.Selectors.SecurityTokenSerializer
A SecurityTokenSerializer that reads the KeyInfo clause of the digital signature.
- outOfBandTokenResolver
- Type: System.IdentityModel.Selectors.SecurityTokenResolver
A SecurityTokenResolver that determines the security token that created the digital signature.
| Exception | Condition |
|---|---|
| ArgumentNullException | reader is null |
| SecurityException | reader refers to an XML element that does not contain a digital signature. |
The ReadToken(XmlReader, SecurityTokenSerializer, SecurityTokenResolver) method calls the LoadAssertion(XmlDictionaryReader, SecurityTokenSerializer, SecurityTokenResolver) method to read the SAML assertion.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.