다음을 통해 공유


EnvelopingSignatureReader 멤버

Wraps a reader pointing to a enveloping signature and provides a reader that can be used to read the content without having to process the signature. The class restricts that only one Object reference can be specified inside the enveloping signature.

다음 표에서는 EnvelopingSignatureReader 유형에서 제공하는 멤버를 나열합니다.

공용 생성자

  이름 설명
  EnvelopingSignatureReader 오버로드되었습니다.  

공용 속성

(보호 속성 참조)

  이름 설명
public property AttributeCount  Get the number of Attributes at the current reader position. (DelegatingXmlDictionaryReader에서 상속)
public property BaseURI  Get the base Uri of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property CanCanonicalize  (XmlDictionaryReader에서 상속)
public property CanReadBinaryContent  (XmlReader에서 상속)
public property CanReadValueChunk  (XmlReader에서 상속)
public property CanResolveEntity  (XmlReader에서 상속)
public property Depth  Get the Depth of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property EOF  Gets a value indicating if reader is positioned at the end of the stream. (DelegatingXmlDictionaryReader에서 상속)
public property HasAttributes  (XmlReader에서 상속)
public property HasValue  Gets a value indicating if the current node can have a Value. (DelegatingXmlDictionaryReader에서 상속)
public property IsDefault  Gets a value indicating if the current node is an attribute that was generated from the default value defined in the DTD or Schema. (DelegatingXmlDictionaryReader에서 상속)
public property IsEmptyElement  Gets a value indicating if the current node is an empty element. (DelegatingXmlDictionaryReader에서 상속)
public property Item  오버로드되었습니다. (DelegatingXmlDictionaryReader에서 상속)
public property LocalName  Gets the local name of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property Name  Gets the qualified name of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property NamespaceURI  Get the namespace URI of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property NameTable  Gets the XmlNameTable associated with this instance. (DelegatingXmlDictionaryReader에서 상속)
public property NodeType  Gets the type of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property Prefix  Gets the prefix of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property Quotas  (XmlDictionaryReader에서 상속)
public property QuoteChar  Get the quotation mark character used to enclose the attribute node. (" or '). (DelegatingXmlDictionaryReader에서 상속)
public property ReadState  Gets the ReadState of the reader. (DelegatingXmlDictionaryReader에서 상속)
public property SchemaInfo  (XmlReader에서 상속)
public property Settings  (XmlReader에서 상속)
public property SigningCredentials Returns the SigningCredentials used in the signature.
public property Value  Gets the text value of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property ValueType  Gets the Common Language Runtime (CLR) type of the current node. (DelegatingXmlDictionaryReader에서 상속)
public property XmlLang  Gets the xml:lang scope. (DelegatingXmlDictionaryReader에서 상속)
public property XmlSpace  Gets the current xml:space scope. If no xml:space scope exists, this property defaults to XmlSpace.None. (DelegatingXmlDictionaryReader에서 상속)

보호 속성

  이름 설명
protected property InnerReader  Get the wrapped inner reader. (DelegatingXmlDictionaryReader에서 상속)

공용 메서드

(보호 메서드 참조)

  이름 설명
public method Close  Closes the reader and changes the System.Xml.XmlReader.ReadState to Closed. (DelegatingXmlDictionaryReader에서 상속)
public methodstatic Create  오버로드되었습니다. (XmlReader에서 상속)
public methodstatic CreateBinaryReader  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public methodstatic CreateDictionaryReader  (XmlDictionaryReader에서 상속)
public methodstatic CreateMtomReader  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public methodstatic CreateTextReader  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method EndCanonicalization  (XmlDictionaryReader에서 상속)
public method Equals  오버로드되었습니다. (Object에서 상속)
public method GetAttribute  오버로드되었습니다. (DelegatingXmlDictionaryReader에서 상속)
public method GetHashCode  (Object에서 상속)
public method GetType  (Object에서 상속)
public method IndexOfLocalName  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method IsLocalName  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public methodstatic IsName  (XmlReader에서 상속)
public method IsNamespaceUri  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public methodstatic IsNameToken  (XmlReader에서 상속)
public method IsStartArray  (XmlDictionaryReader에서 상속)
public method IsStartElement  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method LookupNamespace  (DelegatingXmlDictionaryReader에서 상속)
public method MoveToAttribute  오버로드되었습니다. (DelegatingXmlDictionaryReader에서 상속)
public method MoveToContent  (XmlReader에서 상속)
public method MoveToElement  Moves to a node of type Element. (DelegatingXmlDictionaryReader에서 상속)
public method MoveToFirstAttribute  Moves to the first attribute. (DelegatingXmlDictionaryReader에서 상속)
public method MoveToNextAttribute  Moves the reader to the next attribute. (DelegatingXmlDictionaryReader에서 상속)
public method MoveToStartElement  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method Read 재정의되었습니다. Overrides the base Read method. When the end of envelope is read the signature is automatically validated.
public method ReadArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadAttributeValue  Parses the attribute value into one or more Text, EntityReference, or EndEntity nodes. (DelegatingXmlDictionaryReader에서 상속)
public method ReadBooleanArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadContentAs  (XmlDictionaryReader에서 상속)
public method ReadContentAsBase64  오버로드되었습니다. (DelegatingXmlDictionaryReader에서 상속)
public method ReadContentAsBinHex  오버로드되었습니다. (DelegatingXmlDictionaryReader에서 상속)
public method ReadContentAsBoolean  (XmlReader에서 상속)
public method ReadContentAsChars  (XmlDictionaryReader에서 상속)
public method ReadContentAsDateTime  (XmlReader에서 상속)
public method ReadContentAsDecimal  (XmlDictionaryReader에서 상속)
public method ReadContentAsDouble  (XmlReader에서 상속)
public method ReadContentAsFloat  (XmlDictionaryReader에서 상속)
public method ReadContentAsGuid  (XmlDictionaryReader에서 상속)
public method ReadContentAsInt  (XmlReader에서 상속)
public method ReadContentAsLong  (XmlReader에서 상속)
public method ReadContentAsObject  (XmlReader에서 상속)
public method ReadContentAsQualifiedName  (XmlDictionaryReader에서 상속)
public method ReadContentAsString  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadContentAsTimeSpan  (XmlDictionaryReader에서 상속)
public method ReadContentAsUniqueId  (DelegatingXmlDictionaryReader에서 상속)
public method ReadDateTimeArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadDecimalArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadDoubleArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAs  오버로드되었습니다. (XmlReader에서 상속)
public method ReadElementContentAsBase64  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsBinHex  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsBoolean  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsDateTime  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsDecimal  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsDouble  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsFloat  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsGuid  (XmlDictionaryReader에서 상속)
public method ReadElementContentAsInt  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsLong  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsObject  오버로드되었습니다. (XmlReader에서 상속)
public method ReadElementContentAsString  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadElementContentAsTimeSpan  (XmlDictionaryReader에서 상속)
public method ReadElementContentAsUniqueId  (XmlDictionaryReader에서 상속)
public method ReadElementString  오버로드되었습니다. (XmlReader에서 상속)
public method ReadEndElement  (XmlReader에서 상속)
public method ReadFullStartElement  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadGuidArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadInnerXml  (XmlReader에서 상속)
public method ReadInt16Array  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadInt32Array  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadInt64Array  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadOuterXml  (XmlReader에서 상속)
public method ReadSingleArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadStartElement  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadString  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadSubtree  (XmlReader에서 상속)
public method ReadTimeSpanArray  오버로드되었습니다. (XmlDictionaryReader에서 상속)
public method ReadToDescendant  오버로드되었습니다. (XmlReader에서 상속)
public method ReadToFollowing  오버로드되었습니다. (XmlReader에서 상속)
public method ReadToNextSibling  오버로드되었습니다. (XmlReader에서 상속)
public method ReadValueAsBase64  (XmlDictionaryReader에서 상속)
public method ReadValueChunk  (DelegatingXmlDictionaryReader에서 상속)
public methodstatic ReferenceEquals  (Object에서 상속)
public method ResolveEntity  Resolves the entity reference for EntityReference nodes. (DelegatingXmlDictionaryReader에서 상속)
public method Skip  (XmlReader에서 상속)
public method StartCanonicalization  (XmlDictionaryReader에서 상속)
public method ToString  (Object에서 상속)
public method TryGetArrayLength  (XmlDictionaryReader에서 상속)
public method TryGetBase64ContentLength  (XmlDictionaryReader에서 상속)
public method TryGetLocalNameAsDictionaryString  (XmlDictionaryReader에서 상속)
public method TryGetNamespaceUriAsDictionaryString  (XmlDictionaryReader에서 상속)
public method TryGetValueAsDictionaryString  (XmlDictionaryReader에서 상속)

보호 메서드

  이름 설명
protected method Dispose  (XmlReader에서 상속)
protected method Finalize  (Object에서 상속)
protected method InitializeInnerReader  (DelegatingXmlDictionaryReader에서 상속)
protected method IsTextNode  (XmlDictionaryReader에서 상속)
protected method MemberwiseClone  (Object에서 상속)
protected method ReadContentAsBinHex  오버로드되었습니다. (XmlDictionaryReader에서 상속)
protected method ReadContentAsString  오버로드되었습니다. (XmlDictionaryReader에서 상속)
protected method ReadString  오버로드되었습니다. (XmlDictionaryReader에서 상속)

명시적 인터페이스 구현

  이름 설명
  System.IDisposable.Dispose  (XmlReader에서 상속)

참고 항목

참조

EnvelopingSignatureReader 클래스
Microsoft.IdentityModel.Protocols.XmlSignature 네임스페이스

Copyright © 2008 by Microsoft Corporation.모든 권리 보유.