Get the wrapped inner reader.
Namespace:
Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim value As XmlDictionaryReader
value = Me.InnerReader
|
Syntax
Visual Basic |
Protected ReadOnly Property InnerReader As XmlDictionaryReader
|
C# |
protected XmlDictionaryReader InnerReader { get; }
|
C++ |
protected:
property XmlDictionaryReader^ InnerReader {
XmlDictionaryReader^ get ();
}
|
J# |
/** @property */
protected XmlDictionaryReader get_InnerReader ()
|
JScript |
protected function get InnerReader () : XmlDictionaryReader
|
Property Value
Returns a
XmlDictionaryReader.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also