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.Services3.Security
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.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:
virtual SecurityContextToken^ IssueSecurityContextToken();
public virtual 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 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
SecurityContextTokenServiceClient Class
SecurityContextTokenServiceClient Members
Microsoft.Web.Services3.Security Namespace