Пространство имен: Microsoft.IdentityModel.Tokens
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Visual Basic |
Dim dictionaryReader As XmlDictionaryReader
Dim dictionary As SessionDictionary
Dim identity As IClaimsIdentity
Dim returnValue As SecurityToken
returnValue = Me.ReadBootstrapToken(dictionaryReader, dictionary, identity)
|
Синтаксис
Visual Basic |
Protected Overridable Function ReadBootstrapToken ( _
dictionaryReader As XmlDictionaryReader, _
dictionary As SessionDictionary, _
identity As IClaimsIdentity _
) As SecurityToken
|
JScript |
protected function ReadBootstrapToken (
dictionaryReader : XmlDictionaryReader,
dictionary : SessionDictionary,
identity : IClaimsIdentity
) : SecurityToken
|
Параметры
- dictionaryReader
- dictionary
- identity
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также