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
public property Assertion Gets the underlying assertion for this token.
public property Id Overridden. Gets the ID of this token.
public property IssuerToken Gets the security token of the issuer.
public property SecurityKeys Overridden. Gets the security keys contained in this token.
public property ValidFrom Overridden. Gets the time instant in UTC from which this security token is valid.
public property 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
public method CanCreateKeyIdentifierClause Overridden. Gets a value that indicates whether this security token is capable of creating the specified key identifier.
public method CreateKeyIdentifierClause Overridden. Creates the specified key identifier clause.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method MatchesKeyIdentifierClause Overridden. Returns a value that indicates whether the key identifier for this instance can be resolved to the specified key identifier.
public method ResolveKeyIdentifierClause  (Inherited from SecurityToken)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method 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.