Initializes the SecurityTokenManager that will be exposed through
the wrapped ServiceHost. By default the method exposes the
SecurityTokenHandlers initialized with
SecurityTokenServiceConfiguration through the ServiceHost
SecurityTokenManager. Note here we will only re-configure the
service host when its credentials is not
FederatedServiceCredentials, which allows user to manually
configure the credentials themselves.
Пространство имен:
Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Me.InitializeSecurityTokenManager
|
Синтаксис
Visual Basic |
Protected Overridable Sub InitializeSecurityTokenManager
|
C# |
protected virtual void InitializeSecurityTokenManager ()
|
C++ |
protected:
virtual void InitializeSecurityTokenManager ()
|
J# |
protected void InitializeSecurityTokenManager ()
|
JScript |
protected function InitializeSecurityTokenManager ()
|
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также