IMutableSecurityToken Interface

Provides an interface for security tokens containing mutable portions that affect cryptographic operations.

Namespace: Microsoft.Web.Services2.Security.Tokens
Assembly: Microsoft.Web.Services2 (in microsoft.web.services2.dll)

Usage

'Usage
Public Class mutableSecurityTokenImplementation
    Implements IMutableSecurityToken
End Class
Dim mutableSecurityTokenImplementation1 As New mutableSecurityTokenImplementation()

Syntax

'Declaration
Public Interface IMutableSecurityToken
public interface IMutableSecurityToken
public interface class IMutableSecurityToken
public interface IMutableSecurityToken
public interface IMutableSecurityToken

Remarks

UsernameToken security tokens implement the IMutableSecurityToken interface.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server, Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, Pocket PC, Windows CE, Smart Phone

See Also

Reference

Microsoft.Web.Services2.Security.Tokens Namespace

Other Resources

IMutableSecurityToken Members