KeyInfoRetrievalMethod コンストラクター

定義

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

オーバーロード

名前 説明
KeyInfoRetrievalMethod()

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

KeyInfoRetrievalMethod(String)

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

KeyInfoRetrievalMethod(String, String)

参照先のKeyInfoRetrievalMethod オブジェクトを指す指定された URI (Uniform Resource Identifier) と、取得するデータの種類を記述する URI を使用して、KeyInfo クラスの新しいインスタンスを初期化します。

KeyInfoRetrievalMethod()

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

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

適用対象