Special case for reading SecondaryParameters inside a WS-Trust 1.3 RST. The specification states that a SecondaryParameters element cannot be inside a SecondaryParameters element. Override this method to provide custom processing.
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)
Использование
Visual Basic |
---|
Dim reader As XmlReader Dim context As WSTrustSerializationContext Dim returnValue As RequestSecurityToken returnValue = Me.ReadSecondaryParameters(reader, context) |
Синтаксис
Visual Basic |
---|
Protected Overridable Function ReadSecondaryParameters ( _ reader As XmlReader, _ context As WSTrustSerializationContext _ ) As RequestSecurityToken |
C# |
---|
protected virtual RequestSecurityToken ReadSecondaryParameters ( XmlReader reader, WSTrustSerializationContext context ) |
C++ |
---|
protected: virtual RequestSecurityToken^ ReadSecondaryParameters ( XmlReader^ reader, WSTrustSerializationContext^ context ) |
J# |
---|
protected RequestSecurityToken ReadSecondaryParameters ( XmlReader reader, WSTrustSerializationContext context ) |
JScript |
---|
protected function ReadSecondaryParameters ( reader : XmlReader, context : WSTrustSerializationContext ) : RequestSecurityToken |
Параметры
- reader
-
Reader pointing at the SecondaryParameters element inside the RST.
- context
-
The current serialization context.
Возвращаемое значение
Returns RequestSecurityToken. This contains the SecondaryParameters found in the RST.Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.