Sdílet prostřednictvím


KeyInfoRetrievalMethod Konstruktory

Definice

Inicializuje novou instanci KeyInfoRetrievalMethod třídy .

Přetížení

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) odkazováním na odkazovaný KeyInfo objekt a identifikátorem URI, který popisuje typ dat k načtení.

KeyInfoRetrievalMethod()

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

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é má nová instance KeyInfoRetrievalMethododkazovat.

Platí pro

KeyInfoRetrievalMethod(String, String)

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) odkazováním na odkazovaný KeyInfo objekt a identifikátorem URI, který popisuje typ dat k načtení.

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é má nová instance KeyInfoRetrievalMethododkazovat.

typeName
String

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

Platí pro