Click or drag to resize

IDataProtectionApi Methods

The IDataProtectionApi type exposes the following members.

Methods
  Name Description
Public method Protect(Byte) Cryptographically protects a piece of plaintext data.
Public method Protect(String) Cryptographically protects a piece of plaintext data.
Public method Unprotect(Byte) Cryptographically unprotects a piece of cipher data.
Public method Unprotect(String) Cryptographically unprotects a piece of cipher text.
Top
See Also