SecurityTokenHandler.GetTokenTypeIdentifiers Method
Namespace: Microsoft.IdentityModel.Tokens
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As SecurityTokenHandler Dim returnValue As String() returnValue = instance.GetTokenTypeIdentifiers
Syntax
'Declaration
Public MustOverride Function GetTokenTypeIdentifiers As String()
public abstract string[] GetTokenTypeIdentifiers ()
public:
virtual array<String^>^ GetTokenTypeIdentifiers () abstract
public abstract String[] GetTokenTypeIdentifiers ()
public abstract function GetTokenTypeIdentifiers () : String[]
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