CredentialContext.SetSecurityContextToken Method (SecurityContextToken, String)

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

Usage

'Usage

                      Dim token As SecurityContextToken
Dim actor As String
Dim credentialContext1 As CredentialContext
credentialContext1.SetSecurityContextToken(token, actor)
                    

Syntax

'Declaration

                      Overloads Public Sub SetSecurityContextToken( _
    ByVal token As SecurityContextToken, _
    ByVal actor As String _
)
                    
                      public void SetSecurityContextToken(
    SecurityContextToken token, 
    string actor
);
                    
                      public:
void SetSecurityContextToken(
    SecurityContextToken^ token,
    String^ actor
);
                    
                      public void SetSecurityContextToken(
    SecurityContextToken token, 
    System.String actor
);
                    
                      public function SetSecurityContextToken(
     token : SecurityContextToken, 
     actor : String
) : Void;
                    

Parameters

  • token
  • actor

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

CredentialContext Class
CredentialContext Members
Microsoft.Web.Services3 Namespace