KeyInfoRetrievalMethod Constructeurs

Définition

Initialise une nouvelle instance de la classe KeyInfoRetrievalMethod.

Surcharges

KeyInfoRetrievalMethod()

Initialise une nouvelle instance de la classe KeyInfoRetrievalMethod.

KeyInfoRetrievalMethod(String)

Initialise une nouvelle instance de la classe KeyInfoRetrievalMethod où l'identificateur URI (Uniform Resource Identifier) spécifié pointe vers l'objet KeyInfo référencé.

KeyInfoRetrievalMethod(String, String)

Initialise une nouvelle instance de la classe KeyInfoRetrievalMethod avec l'URI spécifié qui pointe vers l'objet KeyInfo référencé et l'URI qui décrit le type de données à récupérer.

KeyInfoRetrievalMethod()

Initialise une nouvelle instance de la classe KeyInfoRetrievalMethod.

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

S’applique à

KeyInfoRetrievalMethod(String)

Initialise une nouvelle instance de la classe KeyInfoRetrievalMethod où l'identificateur URI (Uniform Resource Identifier) spécifié pointe vers l'objet KeyInfo référencé.

public:
 KeyInfoRetrievalMethod(System::String ^ strUri);
public KeyInfoRetrievalMethod (string strUri);
new System.Security.Cryptography.Xml.KeyInfoRetrievalMethod : string -> System.Security.Cryptography.Xml.KeyInfoRetrievalMethod
Public Sub New (strUri As String)

Paramètres

strUri
String

URI des informations à référencer par la nouvelle instance de KeyInfoRetrievalMethod.

S’applique à

KeyInfoRetrievalMethod(String, String)

Initialise une nouvelle instance de la classe KeyInfoRetrievalMethod avec l'URI spécifié qui pointe vers l'objet KeyInfo référencé et l'URI qui décrit le type de données à récupérer.

public:
 KeyInfoRetrievalMethod(System::String ^ strUri, System::String ^ typeName);
public:
 KeyInfoRetrievalMethod(System::String ^ strUri, System::String ^ strType);
public KeyInfoRetrievalMethod (string strUri, string typeName);
public KeyInfoRetrievalMethod (string strUri, string strType);
new System.Security.Cryptography.Xml.KeyInfoRetrievalMethod : string * string -> System.Security.Cryptography.Xml.KeyInfoRetrievalMethod
new System.Security.Cryptography.Xml.KeyInfoRetrievalMethod : string * string -> System.Security.Cryptography.Xml.KeyInfoRetrievalMethod
Public Sub New (strUri As String, typeName As String)
Public Sub New (strUri As String, strType As String)

Paramètres

strUri
String

URI des informations à référencer par la nouvelle instance de KeyInfoRetrievalMethod.

typeNamestrType
String

URI qui décrit le type de données à récupérer.

S’applique à