KeyInfoRetrievalMethod コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
KeyInfoRetrievalMethod クラスの新しいインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| KeyInfoRetrievalMethod() |
KeyInfoRetrievalMethod クラスの新しいインスタンスを初期化します。 |
| KeyInfoRetrievalMethod(String) |
参照先のKeyInfoRetrievalMethod オブジェクトを指す URI (Uniform Resource Identifier) を指定して、KeyInfo クラスの新しいインスタンスを初期化します。 |
| KeyInfoRetrievalMethod(String, String) |
参照先のKeyInfoRetrievalMethod オブジェクトを指す指定された URI (Uniform Resource Identifier) と、取得するデータの種類を記述する URI を使用して、KeyInfo クラスの新しいインスタンスを初期化します。 |
KeyInfoRetrievalMethod()
KeyInfoRetrievalMethod クラスの新しいインスタンスを初期化します。
public:
KeyInfoRetrievalMethod();
public KeyInfoRetrievalMethod();
Public Sub New ()
適用対象
KeyInfoRetrievalMethod(String)
参照先の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 オブジェクトを指す指定された 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。