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

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

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

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

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

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

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

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

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

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod 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