WebSsoTokenVerifier Class
This API supports the product infrastructure and is not intended to be used directly from your code.
This class supports the AD FS infrastructure and is not intended to be used directly from your code. Verifies incoming tokens when called by the authentication service.
This API is not CLS-compliant.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.WebSsoTokenVerifier
Syntax
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class WebSsoTokenVerifier : IWebSsoTokenVerifier
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class WebSsoTokenVerifier : IWebSsoTokenVerifier
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type WebSsoTokenVerifier =
class
interface IWebSsoTokenVerifier
end
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
Public Class WebSsoTokenVerifier
Implements IWebSsoTokenVerifier
Constructors
Name | Description | |
---|---|---|
WebSsoTokenVerifier() | This constructor supports the AD FS infrastructure and is not intended to be used directly from your code. Initializes a new instance of the WebSsoTokenVerifier class. |
Methods
Name | Description | |
---|---|---|
AddAudienceUri(String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Sets an audience URI. The object will only verify tokens that have a Federation Server URI audience set. |
|
DeleteAllAudienceUris() | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Removes all audience URIs from the object. This method is used to allow an object to be reused when a metabase change notification is received and the audiences have changed. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetLsUrl(String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Gets the URL of the Federation Server Proxy/Logon Server to which redirects need to go. |
|
GetTokenFromRstr(String, String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Returns the token parsed out of the RSTR. This method does not actually verify the token. |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
SetComIfcLogging(String, UInt32) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Sets the logging level for the assembly. |
|
SetComTokenCache(UInt32, UInt32, UInt32) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Used by the AD FS authentication service to set the SAML token cache parameters. |
|
SetFsUrl(String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Sets the Federation Server URL. |
|
ToString() | (Inherited from Object.) |
|
VerifyToken(String, Boolean, UInt64, UInt32, String, IntPtr, Int32, String, String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. Verifies the specified token. |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top