KeyInfoRetrievalMethod 클래스

정의

KeyInfo XMLDSIG 또는 XML 암호화를 사용할 때 다른 위치에 저장된 개체를 참조합니다.

public ref class KeyInfoRetrievalMethod : System::Security::Cryptography::Xml::KeyInfoClause
public class KeyInfoRetrievalMethod : System.Security.Cryptography.Xml.KeyInfoClause
type KeyInfoRetrievalMethod = class
    inherit KeyInfoClause
Public Class KeyInfoRetrievalMethod
Inherits KeyInfoClause
상속
KeyInfoRetrievalMethod

설명

이 클래스는 KeyInfoRetrievalMethod XML 암호화 및 XML 디지털 서명 모두에 대한 요소를 나타냅니다 <RetrievalMethod> .

KeyInfoRetrievalMethod 특히 참조된 정보가 큰 경우 클래스를 사용하여 여러 XMLDSIG 서명 또는 암호화된 XML 문서에서 동일한 KeyInfo 정보를 참조할 수 있습니다. 예를 들어 하위 집합을 <RetrievalMethod> 사용하여 서명 키의 유효성을 검사하는 X.509v3 인증서 체인이 포함된 개체를 참조 KeyInfoX509Data 할 수 있습니다.

요소에 대한 <RetrievalMethod> 자세한 내용은 W3C 웹 사이트에서 사용할 수 있는 XMLDSIG 사양 또는 XML 암호화 사양의 섹션 4.4.3을 참조하세요.

생성자

Name Description
KeyInfoRetrievalMethod()

KeyInfoRetrievalMethod 클래스의 새 인스턴스를 초기화합니다.

KeyInfoRetrievalMethod(String, String)

참조 KeyInfo 된 개체를 가리키는 지정된 URI(Uniform Resource Identifier) 및 검색할 데이터 형식을 설명하는 URI를 사용하여 클래스의 새 인스턴스 KeyInfoRetrievalMethod 를 초기화합니다.

KeyInfoRetrievalMethod(String)

참조 KeyInfo 된 개체를 가리키는 지정된 URI(Uniform Resource Identifier)를 사용하여 클래스의 KeyInfoRetrievalMethod 새 인스턴스를 초기화합니다.

속성

Name Description
Type

검색할 데이터 형식을 설명하는 URI(Uniform Resource Identifier)를 가져오거나 설정합니다.

Uri

개체의 URI(Uniform Resource Identifier) KeyInfoRetrievalMethod 를 가져오거나 설정합니다.

메서드

Name Description
Equals(Object)

지정한 개체와 현재 개체가 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
GetXml()

개체의 XML 표현을 KeyInfoRetrievalMethod 반환합니다.

LoadXml(XmlElement)

입력 XmlElement 개체를 구문 분석하고 일치하는 개체의 KeyInfoRetrievalMethod 내부 상태를 구성합니다.

MemberwiseClone()

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상