Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As SessionSecurityTokenCookieSerializer Dim value As SecurityTokenHandlerCollection value = instance.BootstrapTokenHandler |
Syntax
Visual Basic |
---|
Public ReadOnly Property BootstrapTokenHandler As SecurityTokenHandlerCollection |
C# |
---|
public SecurityTokenHandlerCollection BootstrapTokenHandler { get; } |
C++ |
---|
public: property SecurityTokenHandlerCollection^ BootstrapTokenHandler { SecurityTokenHandlerCollection^ get (); } |
J# |
---|
/** @property */ public SecurityTokenHandlerCollection get_BootstrapTokenHandler () |
JScript |
---|
public function get BootstrapTokenHandler () : SecurityTokenHandlerCollection |
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.