System.Security.Cryptography.ProtectedMemory Members

The members of System.Security.Cryptography.ProtectedMemory are listed below.

See Also: Inherited members from System.Object

Public Methods

static
Protect(byte[], MemoryProtectionScope)

Protects the specified data.

static
Unprotect(byte[], MemoryProtectionScope)

Unprotects data in memory that was protected using the ProtectedMemory.Protect(Byte[], MemoryProtectionScope) method.