KeyInfoRetrievalMethod 构造函数   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 KeyInfoRetrievalMethod 类的新实例。
重载
| KeyInfoRetrievalMethod() | 初始化 KeyInfoRetrievalMethod 类的新实例。 | 
| KeyInfoRetrievalMethod(String) | 使用指向所引用的 KeyInfoRetrievalMethod 对象的指定统一资源标识符 (URI) 初始化 KeyInfo 类的新实例。 | 
| KeyInfoRetrievalMethod(String, String) | 使用指向所引用 KeyInfoRetrievalMethod 对象的指定统一资源标识符 (URI) 和描述要检索的数据类型的 URI 初始化 KeyInfo 类的新实例。 | 
KeyInfoRetrievalMethod()
- 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
使用指向所引用的 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.KeyInfoRetrievalMethodPublic 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
使用指向所引用 KeyInfoRetrievalMethod 对象的指定统一资源标识符 (URI) 和描述要检索的数据类型的 URI 初始化 KeyInfo 类的新实例。
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.KeyInfoRetrievalMethodPublic Sub New (strUri As String, typeName As String)参数
- strUri
- String
要由 KeyInfoRetrievalMethod 的新实例引用的信息的统一资源标识符 (URI)。
- typeName
- String
描述要检索的数据类型的 URI。