BootstrapContext Class
Definition
Contains a serialized version of the original token that was used at sign-in time.
public ref class BootstrapContext : System::Runtime::Serialization::ISerializable
[System.Serializable]
public class BootstrapContext : System.Runtime.Serialization.ISerializable
[<System.Serializable>]
type BootstrapContext = class
interface ISerializable
Public Class BootstrapContext
Implements ISerializable
- Inheritance
-
BootstrapContext
- Attributes
- Implements
Constructors
BootstrapContext(Byte[]) |
Initializes a new instance of the BootstrapContext class by using the specified array. |
BootstrapContext(SecurityToken, SecurityTokenHandler) |
Initializes a new instance of the BootstrapContext class by using the specified security token and token handler. |
BootstrapContext(SerializationInfo, StreamingContext) |
Initializes a new instance of the BootstrapContext class from a stream. |
BootstrapContext(String) |
Initializes a new instance of the BootstrapContext class by using the specified string. |
Properties
SecurityToken |
Gets the security token that was used to initialize the context. |
SecurityTokenHandler |
Gets the token handler that was used to initialize the context. |
Token |
Gets the string that was used to initialize the context. |
TokenBytes |
Gets the array that was used to initialize the context. |
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) |
GetObjectData(SerializationInfo, StreamingContext) |
Populates the SerializationInfo with data needed to serialize the current BootstrapContext 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) |