KeyInfoRetrievalMethod Constructors

Definitie

Initialiseert een nieuw exemplaar van de KeyInfoRetrievalMethod klasse.

Overloads

Name Description
KeyInfoRetrievalMethod()

Initialiseert een nieuw exemplaar van de KeyInfoRetrievalMethod klasse.

KeyInfoRetrievalMethod(String)

Initialiseert een nieuw exemplaar van de KeyInfoRetrievalMethod klasse met de opgegeven URI (Uniform Resource Identifier) die verwijst naar het object KeyInfo waarnaar wordt verwezen.

KeyInfoRetrievalMethod(String, String)

Initialiseert een nieuw exemplaar van de KeyInfoRetrievalMethod klasse met de opgegeven URI (Uniform Resource Identifier) die verwijst naar het object waarnaar wordt verwezen KeyInfo en de URI die het type gegevens beschrijft dat moet worden opgehaald.

KeyInfoRetrievalMethod()

Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs

Initialiseert een nieuw exemplaar van de KeyInfoRetrievalMethod klasse.

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

Van toepassing op

KeyInfoRetrievalMethod(String)

Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs

Initialiseert een nieuw exemplaar van de KeyInfoRetrievalMethod klasse met de opgegeven URI (Uniform Resource Identifier) die verwijst naar het object KeyInfo waarnaar wordt verwezen.

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)

Parameters

strUri
String

De URI (Uniform Resource Identifier) van de informatie waarnaar moet worden verwezen door het nieuwe exemplaar van KeyInfoRetrievalMethod.

Van toepassing op

KeyInfoRetrievalMethod(String, String)

Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs
Bron:
KeyInfoRetrievalMethod.cs

Initialiseert een nieuw exemplaar van de KeyInfoRetrievalMethod klasse met de opgegeven URI (Uniform Resource Identifier) die verwijst naar het object waarnaar wordt verwezen KeyInfo en de URI die het type gegevens beschrijft dat moet worden opgehaald.

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)

Parameters

strUri
String

De URI (Uniform Resource Identifier) van de informatie waarnaar moet worden verwezen door het nieuwe exemplaar van KeyInfoRetrievalMethod.

typeName
String

De URI die het type gegevens beschrijft dat moet worden opgehaald.

Van toepassing op