IssuedTokenManager Class
Represents a security token manager for opaque security tokens that are issued by a security token service.
Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim issuedTokenManager1 As New IssuedTokenManager()
Syntax
'Declaration
Public Class IssuedTokenManager
Inherits SecurityTokenManager
public class IssuedTokenManager : SecurityTokenManager
public ref class IssuedTokenManager : SecurityTokenManager
public class IssuedTokenManager extends SecurityTokenManager
public class IssuedTokenManager extends SecurityTokenManager
Remarks
The IssuedTokenManager security token manager manages IssuedToken security tokens. IssuedToken security tokens are opaque symmetric security tokens that are 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 all the possible security tokens that might be issued. WSE automatically registers the IssuedTokenManager security token manager and it manages all 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.SecurityTokenManager
Microsoft.Web.Services3.Security.Tokens.IssuedTokenManager
Microsoft.Web.Services3.Security.Tokens.SecurityContextTokenManager
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
IssuedTokenManager Members
Microsoft.Web.Services3.Security.Tokens Namespace