다음을 통해 공유


KeyInfoRetrievalMethod 생성자

정의

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

오버로드

KeyInfoRetrievalMethod()

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

KeyInfoRetrievalMethod(String)

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

KeyInfoRetrievalMethod(String, String)

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

KeyInfoRetrievalMethod()

Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs

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

public:
 KeyInfoRetrievalMethod();
public KeyInfoRetrievalMethod ();
Public Sub New ()

적용 대상

KeyInfoRetrievalMethod(String)

Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs

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

public:
 KeyInfoRetrievalMethod(System::String ^ strUri);
public KeyInfoRetrievalMethod (string? strUri);
public KeyInfoRetrievalMethod (string strUri);
new System.Security.Cryptography.Xml.KeyInfoRetrievalMethod : string -> System.Security.Cryptography.Xml.KeyInfoRetrievalMethod
Public Sub New (strUri As String)

매개 변수

strUri
String

KeyInfoRetrievalMethod의 새 인스턴스에서 참조할 정보의 URI(Uniform Resource Identifier)입니다.

적용 대상

KeyInfoRetrievalMethod(String, String)

Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs

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

public:
 KeyInfoRetrievalMethod(System::String ^ strUri, System::String ^ typeName);
public KeyInfoRetrievalMethod (string strUri, string typeName);
new System.Security.Cryptography.Xml.KeyInfoRetrievalMethod : string * string -> System.Security.Cryptography.Xml.KeyInfoRetrievalMethod
Public Sub New (strUri As String, typeName As String)

매개 변수

strUri
String

KeyInfoRetrievalMethod의 새 인스턴스에서 참조할 정보의 URI(Uniform Resource Identifier)입니다.

typeName
String

검색할 데이터 형식을 설명하는 URI입니다.

적용 대상