Share via


SecurityContextTokenServiceClient.IssueSecurityContextToken Method ()

Makes an unsigned request for a SecurityContextToken security token from a security token service. The security token is returned in a <ProofToken> element.

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

Usage

'Usage
Dim returnValue As SecurityContextToken
Dim securityContextTokenServiceClient1 As SecurityContextTokenServiceClient
returnValue = securityContextTokenServiceClient1.IssueSecurityContextToken()

Syntax

'Declaration
Overloads Public Overridable Function IssueSecurityContextToken() As SecurityContextToken
public virtual SecurityContextToken IssueSecurityContextToken();
public: SecurityContextToken^ IssueSecurityContextToken();
public SecurityContextToken IssueSecurityContextToken();
public function IssueSecurityContextToken() : SecurityContextToken;

Return Value

The SecurityContextToken issued by the security token service.

Exceptions

Exception type Condition
TrustFault

The security token service did not return a response.

-or-

The response from the security token service is not signed.

-or-

The response contains an <Entropy> element.

Remarks

Because this overload does not sign the security token request, an exception is thrown if this request is sent to the SecurityContextTokenService security token service.

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 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

SecurityContextTokenServiceClient Class
Microsoft.Web.Services2.Security Namespace

Other Resources

SecurityContextTokenServiceClient Members