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
System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod GetLsUrl(String)

Gets the URL of the Federation Server Proxy or logon server to which redirects need to go.

System_CAPS_pubmethod GetTokenFromRstr(String, String)

Returns the token parsed out of the RSTR. This method does not verify the token.

System_CAPS_pubmethod SetComIfcLogging(String, UInt32)

Sets the logging level for the assembly.

System_CAPS_pubmethod SetComTokenCache(UInt32, UInt32, UInt32)

Used by the AD FS authentication service to set the SAML token cache parameters.

System_CAPS_pubmethod SetFsUrl(String)

Sets the Federation Server URL.

System_CAPS_pubmethod 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