共用方式為


EncryptedXmlInfo 類別

定義

XElement包裝 ,其中包含加密 XML 的 Blob,以及可用來解密之類別的相關資訊。

public ref class EncryptedXmlInfo sealed
public sealed class EncryptedXmlInfo
type EncryptedXmlInfo = class
Public NotInheritable Class EncryptedXmlInfo
繼承
EncryptedXmlInfo

建構函式

EncryptedXmlInfo(XElement, Type)

建立 EncryptedXmlInfo 的執行個體。

屬性

DecryptorType

類別,其 Decrypt(XElement) 方法可用來解密儲存在 中的 EncryptedElement 值。

EncryptedElement

加密的 XML 片段。

適用於