EncryptedXmlInfo.DecryptorType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The class whose Decrypt(XElement) method can be used to decrypt the value stored in EncryptedElement.
public:
property Type ^ DecryptorType { Type ^ get(); };
public Type DecryptorType { get; }
member this.DecryptorType : Type
Public ReadOnly Property DecryptorType As Type