FederatedSecurityTokenProvider 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.]
Extends the IssuedSecurityTokenProvider class with the capability of using an explicit security token or enclosing one in wst:ActAs or wst:OnBehalfOf elements in any wst:RequestSecurityToken messages sent to security token services.
The following tables list the members exposed by the FederatedSecurityTokenProvider type.
Public Constructors
Name | Description | |
---|---|---|
FederatedSecurityTokenProvider | Overloaded. Initializes a new instance of the FederatedSecurityTokenProvider class. |
Top
Public Properties
Top
Public Methods
(see also Protected Methods)
Top
Protected Methods
Name | Description | |
---|---|---|
BeginCancelTokenCore | (Inherited from SecurityTokenProvider) | |
BeginGetTokenCore | Overridden. Begins an asynchronous call to get the token. | |
BeginRenewTokenCore | (Inherited from SecurityTokenProvider) | |
CancelTokenCore | (Inherited from SecurityTokenProvider) | |
EndCancelTokenCore | (Inherited from SecurityTokenProvider) | |
EndGetTokenCore | Overridden. (Inherited from SecurityTokenProvider) | |
EndRenewTokenCore | (Inherited from SecurityTokenProvider) | |
Finalize | (Inherited from Object) | |
GetTokenCore | Overridden. Called in the WCF runtime when the token is needed to protect the channel. | |
MemberwiseClone | (Inherited from Object) | |
RenewTokenCore | (Inherited from SecurityTokenProvider) |
Top
Public Events
Name | Description | |
---|---|---|
Closed | (Inherited from IssuedSecurityTokenProvider) | |
Closing | (Inherited from IssuedSecurityTokenProvider) | |
Faulted | (Inherited from IssuedSecurityTokenProvider) | |
Opened | (Inherited from IssuedSecurityTokenProvider) | |
Opening | (Inherited from IssuedSecurityTokenProvider) |
Top
See Also
Reference
FederatedSecurityTokenProvider Class
Microsoft.IdentityModel.Protocols.WSTrust Namespace
Copyright © 2008 by Microsoft Corporation. All rights reserved.