DelegatingXmlDictionaryReader.InnerReader Property

Get the wrapped inner reader.

Namespace: Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Verwendung

    Dim value As XmlDictionaryReader

value = Me.InnerReader

Syntax

'Declaration
Protected ReadOnly Property InnerReader As XmlDictionaryReader
protected XmlDictionaryReader InnerReader { get; }
protected:
property XmlDictionaryReader^ InnerReader {
    XmlDictionaryReader^ get ();
}
/** @property */
protected XmlDictionaryReader get_InnerReader ()
protected function get InnerReader () : XmlDictionaryReader

Eigenschaftenwert

Returns a XmlDictionaryReader.

Threadsicherheit

Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Plattformen

Entwicklungsplattformen

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

Siehe auch

Referenz

DelegatingXmlDictionaryReader Class
DelegatingXmlDictionaryReader Members
Microsoft.IdentityModel.Protocols.XmlSignature Namespace