KeyInfoRetrievalMethod 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 KeyInfoRetrievalMethod 類別的新執行個體。
多載
KeyInfoRetrievalMethod() |
初始化 KeyInfoRetrievalMethod 類別的新執行個體。 |
KeyInfoRetrievalMethod(String) |
使用指向受參考的 KeyInfoRetrievalMethod 物件的指定統一資源識別元 (URI),初始化 KeyInfo 類別的新執行個體。 |
KeyInfoRetrievalMethod(String, String) |
使用指向受參考的 KeyInfoRetrievalMethod 物件之指定統一資源識別元 (URI),以及描述要擷取的資料型別之 URI,初始化 KeyInfo 類別的新執行個體。 |
KeyInfoRetrievalMethod()
初始化 KeyInfoRetrievalMethod 類別的新執行個體。
public:
KeyInfoRetrievalMethod();
public KeyInfoRetrievalMethod ();
Public Sub New ()
適用於
KeyInfoRetrievalMethod(String)
使用指向受參考的 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)
使用指向受參考的 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.KeyInfoRetrievalMethod
Public Sub New (strUri As String, typeName As String)
參數
- strUri
- String
KeyInfoRetrievalMethod 的新執行個體所要參考的資訊之統一資源識別元 (URI)。
- typeName
- String
描述要擷取之資料型別的 URI。