Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SecurityTokenHandlerCollection of SecurityTokenHandlers used to read and validate SecurityTokens.
Namespace: Microsoft.Owin.Security.WsFederation
Assembly: Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)
Syntax
public SecurityTokenHandlerCollection SecurityTokenHandlers { get; set; }
public:
property SecurityTokenHandlerCollection^ SecurityTokenHandlers {
SecurityTokenHandlerCollection^ get();
void set(SecurityTokenHandlerCollection^ value);
}
member SecurityTokenHandlers : SecurityTokenHandlerCollection with get, set
Public Property SecurityTokenHandlers As SecurityTokenHandlerCollection
Property Value
Type: System.IdentityModel.Tokens.SecurityTokenHandlerCollection
Returns SecurityTokenHandlerCollection.
See Also
WsFederationAuthenticationOptions Class
Microsoft.Owin.Security.WsFederation Namespace
Return to top