KeyInfoNode 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 KeyInfoNode 類別的新執行個體。
多載
KeyInfoNode() |
初始化 KeyInfoNode 類別的新執行個體。 |
KeyInfoNode(XmlElement) |
使用取自指定 KeyInfoNode 的內容,初始化 XmlElement 類別的新執行個體。 |
KeyInfoNode()
KeyInfoNode(XmlElement)
使用取自指定 KeyInfoNode 的內容,初始化 XmlElement 類別的新執行個體。
public:
KeyInfoNode(System::Xml::XmlElement ^ node);
public KeyInfoNode (System.Xml.XmlElement node);
new System.Security.Cryptography.Xml.KeyInfoNode : System.Xml.XmlElement -> System.Security.Cryptography.Xml.KeyInfoNode
Public Sub New (node As XmlElement)
參數
- node
- XmlElement
來源 XML 項目,從其中取得用以建立 KeyInfoNode 之新執行個體的內容。