Share via


IMutableSecurityToken Interface

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

Namespace: Microsoft.Web.Services3.Security.Tokens
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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 2000, Windows 2000 Server, Windows 2000 Advanced Server

Target Platforms

See Also

Reference

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