KeyInfoRetrievalMethod 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
KeyInfoRetrievalMethod 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| 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
- 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
- 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
- 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입니다.