Freigeben über


SecurityTokenServiceConfiguration Constructor (String, Boolean)

Initializes an instance of T:Microsoft.IdentityModel.Configuration.SecurityTokenServiceConfiguration.

Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim issuerName As String
Dim loadConfig As Boolean

Dim instance As New SecurityTokenServiceConfiguration(issuerName, loadConfig)

Syntax

'Declaration
Public Sub New ( _
    issuerName As String, _
    loadConfig As Boolean _
)
public SecurityTokenServiceConfiguration (
    string issuerName,
    bool loadConfig
)
public:
SecurityTokenServiceConfiguration (
    String^ issuerName, 
    bool loadConfig
)
public SecurityTokenServiceConfiguration (
    String issuerName, 
    boolean loadConfig
)
public function SecurityTokenServiceConfiguration (
    issuerName : String, 
    loadConfig : boolean
)

Parameter

  • issuerName
    The issuer name.
  • loadConfig
    Whether or not the configuration file should be loaded.

Ausnahmen

Ausnahmetyp Bedingung

Hinweise

The IssuerName must be set before the P:Microsoft.IdentityModel.Configuration.SecurityTokenServiceConfiguration.SecurityTokenService is used to create a token.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

SecurityTokenServiceConfiguration Class
SecurityTokenServiceConfiguration Members
Microsoft.IdentityModel.Configuration Namespace