KeyInfoRetrievalMethod Konstruktorer

Definition

Initierar en ny instans av KeyInfoRetrievalMethod klassen.

Överlagringar

Name Description
KeyInfoRetrievalMethod()

Initierar en ny instans av KeyInfoRetrievalMethod klassen.

KeyInfoRetrievalMethod(String)

Initierar en ny instans av KeyInfoRetrievalMethod klassen med angiven URI (Uniform Resource Identifier) som pekar på det refererade KeyInfo objektet.

KeyInfoRetrievalMethod(String, String)

Initierar en ny instans av KeyInfoRetrievalMethod klassen med angiven URI (Uniform Resource Identifier) som pekar på det refererade KeyInfo objektet och den URI som beskriver vilken typ av data som ska hämtas.

KeyInfoRetrievalMethod()

Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs

Initierar en ny instans av KeyInfoRetrievalMethod klassen.

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

Gäller för

KeyInfoRetrievalMethod(String)

Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs

Initierar en ny instans av KeyInfoRetrievalMethod klassen med angiven URI (Uniform Resource Identifier) som pekar på det refererade KeyInfo objektet.

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)

Parametrar

strUri
String

URI (Uniform Resource Identifier) för den information som ska refereras av den nya instansen av KeyInfoRetrievalMethod.

Gäller för

KeyInfoRetrievalMethod(String, String)

Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs
Källa:
KeyInfoRetrievalMethod.cs

Initierar en ny instans av KeyInfoRetrievalMethod klassen med angiven URI (Uniform Resource Identifier) som pekar på det refererade KeyInfo objektet och den URI som beskriver vilken typ av data som ska hämtas.

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)

Parametrar

strUri
String

URI (Uniform Resource Identifier) för den information som ska refereras av den nya instansen av KeyInfoRetrievalMethod.

typeName
String

Den URI som beskriver vilken typ av data som ska hämtas.

Gäller för