SecurityTokenHandler.CanWriteToken Property
Indicates whether the class provides serialization functionality to serialize token handled by this instance.
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As SecurityTokenHandler Dim value As Boolean value = instance.CanWriteToken
Syntax
'Declaration
Public Overridable ReadOnly Property CanWriteToken As Boolean
public virtual bool CanWriteToken { get; }
public:
virtual property bool CanWriteToken {
bool get ();
}
/** @property */
public boolean get_CanWriteToken ()
public function get CanWriteToken () : boolean
Eigenschaftenwert
true if the WriteToken method can serialize this token.
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
SecurityTokenHandler Class
SecurityTokenHandler Members
Microsoft.IdentityModel.Tokens Namespace