MicrosoftIdentityModelSection.DefaultServiceElement Property
Returns the unnamed T:Microsoft.IdentityModel.Configuration.ServiceElement reference from the configuration file.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim value As ServiceElement value = MicrosoftIdentityModelSection.DefaultServiceElement
Syntax
'Declaration
Public Shared ReadOnly Property DefaultServiceElement As ServiceElement
public static ServiceElement DefaultServiceElement { get; }
public:
static property ServiceElement^ DefaultServiceElement {
ServiceElement^ get ();
}
/** @property */
public static ServiceElement get_DefaultServiceElement ()
public static function get DefaultServiceElement () : ServiceElement
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