KeyInfoRetrievalMethod Constructors

Definition

Initializes a new instance of the KeyInfoRetrievalMethod class.

Overloads

KeyInfoRetrievalMethod()

Initializes a new instance of the KeyInfoRetrievalMethod class.

KeyInfoRetrievalMethod(String)

Initializes a new instance of the KeyInfoRetrievalMethod class with the specified Uniform Resource Identifier (URI) pointing to the referenced KeyInfo object.

KeyInfoRetrievalMethod(String, String)

Initializes a new instance of the KeyInfoRetrievalMethod class with the specified Uniform Resource Identifier (URI) pointing to the referenced KeyInfo object and the URI that describes the type of data to retrieve.

KeyInfoRetrievalMethod()

Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs

Initializes a new instance of the KeyInfoRetrievalMethod class.

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

Applies to

KeyInfoRetrievalMethod(String)

Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs

Initializes a new instance of the KeyInfoRetrievalMethod class with the specified Uniform Resource Identifier (URI) pointing to the referenced KeyInfo object.

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

The Uniform Resource Identifier (URI) of the information to be referenced by the new instance of KeyInfoRetrievalMethod.

Applies to

KeyInfoRetrievalMethod(String, String)

Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs
Source:
KeyInfoRetrievalMethod.cs

Initializes a new instance of the KeyInfoRetrievalMethod class with the specified Uniform Resource Identifier (URI) pointing to the referenced KeyInfo object and the URI that describes the type of data to retrieve.

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

The Uniform Resource Identifier (URI) of the information to be referenced by the new instance of KeyInfoRetrievalMethod.

typeName
String

The URI that describes the type of data to retrieve.

Applies to