Udostępnij za pośrednictwem


KeyInfoRetrievalMethod Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy KeyInfoRetrievalMethod.

Przeciążenia

KeyInfoRetrievalMethod()

Inicjuje nowe wystąpienie klasy KeyInfoRetrievalMethod.

KeyInfoRetrievalMethod(String)

Inicjuje KeyInfoRetrievalMethod nowe wystąpienie klasy z określonym identyfikatorem URI wskazującym obiekt, do którym odwołuje się KeyInfo odwołanie.

KeyInfoRetrievalMethod(String, String)

Inicjuje nowe wystąpienie KeyInfoRetrievalMethod klasy z określonym identyfikatorem URI wskazującym obiekt, do którego odwołuje KeyInfo się odwołanie, oraz identyfikator URI opisujący typ danych do pobrania.

KeyInfoRetrievalMethod()

Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs

Inicjuje nowe wystąpienie klasy KeyInfoRetrievalMethod.

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

Dotyczy

KeyInfoRetrievalMethod(String)

Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs

Inicjuje KeyInfoRetrievalMethod nowe wystąpienie klasy z określonym identyfikatorem URI wskazującym obiekt, do którym odwołuje się KeyInfo odwołanie.

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)

Parametry

strUri
String

Identyfikator URI (Uniform Resource Identifier) informacji, do których mają odwoływać się nowe wystąpienie klasy KeyInfoRetrievalMethod.

Dotyczy

KeyInfoRetrievalMethod(String, String)

Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs
Źródło:
KeyInfoRetrievalMethod.cs

Inicjuje nowe wystąpienie KeyInfoRetrievalMethod klasy z określonym identyfikatorem URI wskazującym obiekt, do którego odwołuje KeyInfo się odwołanie, oraz identyfikator URI opisujący typ danych do pobrania.

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)

Parametry

strUri
String

Identyfikator URI (Uniform Resource Identifier) informacji, do których mają odwoływać się nowe wystąpienie klasy KeyInfoRetrievalMethod.

typeName
String

Identyfikator URI opisujący typ danych do pobrania.

Dotyczy