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