MicrosoftIdentityModelSection.Current Property
Returns the current T:Microsoft.IdentityModel.Configuration.MicrosoftIdentityModelSection reference.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim value As MicrosoftIdentityModelSection value = MicrosoftIdentityModelSection.Current
Syntax
'Declaration
Public Shared ReadOnly Property Current As MicrosoftIdentityModelSection
public static MicrosoftIdentityModelSection Current { get; }
public:
static property MicrosoftIdentityModelSection^ Current {
MicrosoftIdentityModelSection^ get ();
}
/** @property */
public static MicrosoftIdentityModelSection get_Current ()
public static function get Current () : MicrosoftIdentityModelSection
Ausnahmen
Ausnahmetyp | Bedingung |
---|
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
MicrosoftIdentityModelSection Class
MicrosoftIdentityModelSection Members
Microsoft.IdentityModel.Configuration Namespace