IssuedToken Class

Represents a security token that is issued by a security token service.

Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)

Usage

'Usage
Dim tokenType As String
Dim issuedToken1 As New IssuedToken(tokenType)

Syntax

'Declaration
Public Class IssuedToken
    Inherits SecurityToken
    Implements IDerivableToken, IIssuedToken
public class IssuedToken : SecurityToken, IDerivableToken, IIssuedToken
public ref class IssuedToken : SecurityToken, IDerivableToken, IIssuedToken
public class IssuedToken extends SecurityToken implements IDerivableToken, IIssuedToken
public class IssuedToken extends SecurityToken implements IDerivableToken, , IIssuedToken

Remarks

The IssuedToken security token is an opaque symmetric security token that is used by the client to help deserialize an issued security token from a security token request. For opaque security tokens, clients do not need to know the specific security token type - just that there is a symmetric session key that can be used to digitally sign or encrypt SOAP messages. Therefore, a client does not need to register a security token manager for opaque issued security tokens. The SecurityContextToken security token is an example of an opaque token that can be issued.

Inheritance Hierarchy

System.Object
   Microsoft.Web.Services3.Security.Tokens.SecurityToken
    Microsoft.Web.Services3.Security.Tokens.IssuedToken
       Microsoft.Web.Services3.Security.Tokens.SecurityContextToken

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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

IssuedToken Members
Microsoft.Web.Services3.Security.Tokens Namespace