C# Class Windows.Security.Cryptography.DataProtection.DataProtectionProvider

Inheritance: IDataProtectionProvider
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
DataProtectionProvider ( ) : System
DataProtectionProvider ( [ protectionDescriptor ) : System
ProtectAsync ( [ data ) : IAsyncOperation
ProtectStreamAsync ( [ src, [ dest ) : IAsyncAction
UnprotectAsync ( [ data ) : IAsyncOperation
UnprotectStreamAsync ( [ src, [ dest ) : IAsyncAction

Method Details

DataProtectionProvider() public method

public DataProtectionProvider ( ) : System
return System

DataProtectionProvider() public method

public DataProtectionProvider ( [ protectionDescriptor ) : System
protectionDescriptor [
return System

ProtectAsync() public method

public ProtectAsync ( [ data ) : IAsyncOperation
data [
return IAsyncOperation

ProtectStreamAsync() public method

public ProtectStreamAsync ( [ src, [ dest ) : IAsyncAction
src [
dest [
return IAsyncAction

UnprotectAsync() public method

public UnprotectAsync ( [ data ) : IAsyncOperation
data [
return IAsyncOperation

UnprotectStreamAsync() public method

public UnprotectStreamAsync ( [ src, [ dest ) : IAsyncAction
src [
dest [
return IAsyncAction