Saml2SecurityToken Members
[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]
Represents a security token backed by a SAML 2.0 assertion.
The following tables list the members exposed by the Saml2SecurityToken type.
Public Constructors
Name | Description | |
---|---|---|
Saml2SecurityToken | Overloaded. Initializes a new instance of the Saml2SecurityToken class. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
Assertion | Gets the underlying assertion for this token. |
![]() |
Id | Overridden. Gets the ID of this token. |
![]() |
IssuerToken | Gets the security token of the issuer. |
![]() |
SecurityKeys | Overridden. Gets the security keys contained in this token. |
![]() |
ValidFrom | Overridden. Gets the time instant in UTC from which this security token is valid. |
![]() |
ValidTo | Overridden. Gets the time instant in UTC after which this security token must be considered invalid. |
Top
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
![]() |
CanCreateKeyIdentifierClause | Overridden. Gets a value that indicates whether this security token is capable of creating the specified key identifier. |
![]() |
CreateKeyIdentifierClause | Overridden. Creates the specified key identifier clause. |
![]() |
Equals | (Inherited from Object) |
![]() |
GetHashCode | (Inherited from Object) |
![]() |
GetType | (Inherited from Object) |
![]() |
MatchesKeyIdentifierClause | Overridden. Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier. |
![]() |
ResolveKeyIdentifierClause | (Inherited from SecurityToken) |
![]() |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object) |
![]() |
MemberwiseClone | (Inherited from Object) |
Top
See Also
Reference
Saml2SecurityToken Class
Microsoft.IdentityModel.Tokens.Saml2 Namespace
Saml2SecurityTokenHandler
Other Resources
What is Windows Identity Foundation?
Built-In Token Handlers
Copyright © 2008 by Microsoft Corporation. All rights reserved.