KeyInfoRetrievalMethod Konstruktory

Definice

Inicializuje novou instanci KeyInfoRetrievalMethod třídy.

Přetížení

Name Description
KeyInfoRetrievalMethod()

Inicializuje novou instanci KeyInfoRetrievalMethod třídy.

KeyInfoRetrievalMethod(String)

Inicializuje novou instanci KeyInfoRetrievalMethod třídy se zadaným identifikátorem URI (Uniform Resource Identifier) odkazující na odkazovaný KeyInfo objekt.

KeyInfoRetrievalMethod(String, String)

Inicializuje novou instanci KeyInfoRetrievalMethod třídy se zadaným identifikátorem URI (Uniform Resource Identifier) odkazující na odkazovaný KeyInfo objekt a identifikátor URI popisující typ dat, která se mají načíst.

KeyInfoRetrievalMethod()

Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs

Inicializuje novou instanci KeyInfoRetrievalMethod třídy.

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

Platí pro

KeyInfoRetrievalMethod(String)

Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs

Inicializuje novou instanci KeyInfoRetrievalMethod třídy se zadaným identifikátorem URI (Uniform Resource Identifier) odkazující na odkazovaný KeyInfo objekt.

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

Identifikátor URI (Uniform Resource Identifier) informací, na které se má odkazovat nová instance KeyInfoRetrievalMethod.

Platí pro

KeyInfoRetrievalMethod(String, String)

Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs
Zdroj:
KeyInfoRetrievalMethod.cs

Inicializuje novou instanci KeyInfoRetrievalMethod třídy se zadaným identifikátorem URI (Uniform Resource Identifier) odkazující na odkazovaný KeyInfo objekt a identifikátor URI popisující typ dat, která se mají načíst.

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

Identifikátor URI (Uniform Resource Identifier) informací, na které se má odkazovat nová instance KeyInfoRetrievalMethod.

typeName
String

Identifikátor URI, který popisuje typ dat, která se mají načíst.

Platí pro