共用方式為


KeyInfoRetrievalMethod 建構函式

定義

初始化 KeyInfoRetrievalMethod 類別的新執行個體。

多載

KeyInfoRetrievalMethod()

初始化 KeyInfoRetrievalMethod 類別的新執行個體。

KeyInfoRetrievalMethod(String)

使用指向受參考的 KeyInfoRetrievalMethod 物件的指定統一資源識別元 (URI),初始化 KeyInfo 類別的新執行個體。

KeyInfoRetrievalMethod(String, String)

使用指向受參考的 KeyInfoRetrievalMethod 物件之指定統一資源識別元 (URI),以及描述要擷取的資料型別之 URI,初始化 KeyInfo 類別的新執行個體。

KeyInfoRetrievalMethod()

來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs

初始化 KeyInfoRetrievalMethod 類別的新執行個體。

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

適用於

KeyInfoRetrievalMethod(String)

來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs

使用指向受參考的 KeyInfoRetrievalMethod 物件的指定統一資源識別元 (URI),初始化 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)。

適用於

KeyInfoRetrievalMethod(String, String)

來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs
來源:
KeyInfoRetrievalMethod.cs

使用指向受參考的 KeyInfoRetrievalMethod 物件之指定統一資源識別元 (URI),以及描述要擷取的資料型別之 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)。

typeName
String

描述要擷取之資料型別的 URI。

適用於