KeyInfoRetrievalMethod 构造函数

定义

初始化 KeyInfoRetrievalMethod 类的新实例。

重载

名称 说明
KeyInfoRetrievalMethod()

初始化 KeyInfoRetrievalMethod 类的新实例。

KeyInfoRetrievalMethod(String)

使用指向所KeyInfoRetrievalMethod引用对象的指定统一资源标识符(URI)初始化类的新实例KeyInfo

KeyInfoRetrievalMethod(String, String)

使用指定的统一资源标识符(URI)初始化类的新实例,该实例 KeyInfoRetrievalMethod 指向引用 KeyInfo 的对象和描述要检索的数据类型的 URI。

KeyInfoRetrievalMethod()

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

初始化 KeyInfoRetrievalMethod 类的新实例。

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

适用于

KeyInfoRetrievalMethod(String)

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

使用指向所KeyInfoRetrievalMethod引用对象的指定统一资源标识符(URI)初始化类的新实例KeyInfo

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)

参数

strUri
String

要由新实例 KeyInfoRetrievalMethod引用的信息的统一资源标识符(URI)。

适用于

KeyInfoRetrievalMethod(String, String)

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

使用指定的统一资源标识符(URI)初始化类的新实例,该实例 KeyInfoRetrievalMethod 指向引用 KeyInfo 的对象和描述要检索的数据类型的 URI。

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)

参数

strUri
String

要由新实例 KeyInfoRetrievalMethod引用的信息的统一资源标识符(URI)。

typeName
String

描述要检索的数据类型的 URI。

适用于