RequestedSecurityToken Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the requested (issued) security token.
public ref class RequestedSecurityToken
public class RequestedSecurityToken
type RequestedSecurityToken = class
Public Class RequestedSecurityToken
- Inheritance
-
RequestedSecurityToken
Remarks
The token is usually opaque to the token requestor.
Constructors
RequestedSecurityToken(SecurityToken) |
Initializes a new instance of the RequestedSecurityToken class using the issued token. |
RequestedSecurityToken(XmlElement) |
Initializes a new instance of the RequestedSecurityToken class using the token XML. |
Properties
SecurityToken |
Gets the issued security token when the RequestedSecurityToken instance was created using the token itself. |
SecurityTokenXml |
Gets the XML representation of the issued security token when the RequestedSecurityToken instance was created using the token XML. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |