Condividi tramite


SecurityContextToken Constructor

Initializes a new instance of the SecurityContextToken class.

Overload List

Name Description
SecurityContextToken () Initializes a new instance of the SecurityContextToken class with a default identifier.
SecurityContextToken (Byte[]) Initializes a new instance of the SecurityContextToken class using a symmetric key.
SecurityContextToken (SecurityToken) Initializes a new instance of the SecurityContextToken class using the specified security token used to sign the security token request.
SecurityContextToken (String) Initializes a new instance of the SecurityContextToken class using the specified identifier.
SecurityContextToken (XmlElement) Initializes a new instance of the SecurityContextToken class using the specified XML element.
SecurityContextToken (SecurityToken, String) Initializes a new instance of the SecurityContextToken class using the security token used to sign the Request Security Token (RST), the security token shared by the security token service and the target Web service, and the specified identifier.

See Also

Reference

SecurityContextToken Class
SecurityContextToken Members
Microsoft.Web.Services3.Security.Tokens Namespace