IWebSsoTokenVerifier Interface
This interface supports the AD FS infrastructure and is not intended to be used directly from your code. The IWebSsoTokenVerifier interface exposes token verification functionality through COM to the AD FS Web Agent Authentication Service.
This API is not CLS-compliant.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface IWebSsoTokenVerifier
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public interface class IWebSsoTokenVerifier
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type IWebSsoTokenVerifier = interface end
<CLSCompliantAttribute(False)>
<ComVisibleAttribute(True)>
Public Interface IWebSsoTokenVerifier
Methods
Name | Description | |
---|---|---|
AddAudienceUri(String) | This method supports the AD FS infrastructure and is not intended to be used directly from your code. The IWebSsoTokenVerifier object will verify only tokens containing an audience URI that matches the list of audience URIs provided through this method. |
|
DeleteAllAudienceUris() | Removes all audience URIs from the object. This method allows an object to be reused when a metabase change notification is received and the audiences have changed. |
|
GetLsUrl(String) | Gets the URL of the Federation Server Proxy or logon server to which redirects need to go. |
|
GetTokenFromRstr(String, String) | Returns the token parsed out of the RSTR. This method does not verify the token. |
|
SetComIfcLogging(String, UInt32) | Sets the logging level for the assembly. |
|
SetComTokenCache(UInt32, UInt32, UInt32) | Used by the AD FS authentication service to set the SAML token cache parameters. |
|
SetFsUrl(String) | Sets the Federation Server URL. |
|
VerifyToken(String, Boolean, UInt64, UInt32, String, IntPtr, Int32, String, String) | Verifies the specified token. |
See Also
WebSsoTokenVerifier
System.Web.Security.SingleSignOn Namespace
Return to top