Loads a SecurityTokenHandlerConfiguration using the elements directly under the ServiceElement.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim element As ServiceElement Dim returnValue As SecurityTokenHandlerConfiguration returnValue = Me.LoadHandlerConfiguration(element) |
Синтаксис
Visual Basic |
---|
Protected Function LoadHandlerConfiguration ( _ element As ServiceElement _ ) As SecurityTokenHandlerConfiguration |
C# |
---|
protected SecurityTokenHandlerConfiguration LoadHandlerConfiguration ( ServiceElement element ) |
C++ |
---|
protected: SecurityTokenHandlerConfiguration^ LoadHandlerConfiguration ( ServiceElement^ element ) |
J# |
---|
protected SecurityTokenHandlerConfiguration LoadHandlerConfiguration ( ServiceElement element ) |
JScript |
---|
protected function LoadHandlerConfiguration ( element : ServiceElement ) : SecurityTokenHandlerConfiguration |
Параметры
- element
Исключения
Тип исключений | Условие |
---|
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.