BootstrapContext Class
Contains a serialized version of the original token that was used at sign-in time.
Assembly: System.IdentityModel (in System.IdentityModel.dll)
| Name | Description | |
|---|---|---|
![]() | BootstrapContext(array<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. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(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() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


