次の方法で共有


KeyInfoRetrievalMethod コンストラクター

定義

KeyInfoRetrievalMethod クラスの新しいインスタンスを初期化します。

オーバーロード

KeyInfoRetrievalMethod()

KeyInfoRetrievalMethod クラスの新しいインスタンスを初期化します。

KeyInfoRetrievalMethod(String)

指定した URI (Uniform Resource Identifier) で参照 KeyInfoRetrievalMethod オブジェクトを指している、KeyInfo クラスの新しいインスタンスを初期化します。

KeyInfoRetrievalMethod(String, String)

参照 KeyInfoRetrievalMethod オブジェクトを指す URI (Uniform Resource Identifier) および取得するデータの型を表す URI を指定して、KeyInfo クラスの新しいインスタンスを初期化します。

KeyInfoRetrievalMethod()

ソース:
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

指定した URI (Uniform Resource Identifier) で参照 KeyInfoRetrievalMethod オブジェクトを指している、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)

ソース:
KeyInfoRetrievalMethod.cs
ソース:
KeyInfoRetrievalMethod.cs
ソース:
KeyInfoRetrievalMethod.cs
ソース:
KeyInfoRetrievalMethod.cs
ソース:
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。

適用対象