Initializes an instance of T:Microsoft.IdentityModel.Configuration.SecurityTokenServiceConfiguration.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim issuerName As String
Dim loadConfig As Boolean

Dim instance As New SecurityTokenServiceConfiguration(issuerName, loadConfig)

Синтаксис

Visual Basic
Public Sub New ( _
		issuerName As String, _
		loadConfig As Boolean _
)
C#
public SecurityTokenServiceConfiguration (
		string issuerName,
		bool loadConfig
)
C++
public:
SecurityTokenServiceConfiguration (
		String^ issuerName, 
		bool loadConfig
)
J#
public SecurityTokenServiceConfiguration (
		String issuerName, 
		boolean loadConfig
)
JScript
public function SecurityTokenServiceConfiguration (
		issuerName : String, 
		loadConfig : boolean
)

Параметры

issuerName

The issuer name.

loadConfig

Whether or not the configuration file should be loaded.

Исключения

Тип исключений Условие

Примечания

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


Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также