C# 클래스 Windows.Security.Cryptography.DataProtection.DataProtectionProvider

상속: IDataProtectionProvider
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
DataProtectionProvider ( ) : System
DataProtectionProvider ( [ protectionDescriptor ) : System
ProtectAsync ( [ data ) : IAsyncOperation
ProtectStreamAsync ( [ src, [ dest ) : IAsyncAction
UnprotectAsync ( [ data ) : IAsyncOperation
UnprotectStreamAsync ( [ src, [ dest ) : IAsyncAction

메소드 상세

DataProtectionProvider() 공개 메소드

public DataProtectionProvider ( ) : System
리턴 System

DataProtectionProvider() 공개 메소드

public DataProtectionProvider ( [ protectionDescriptor ) : System
protectionDescriptor [
리턴 System

ProtectAsync() 공개 메소드

public ProtectAsync ( [ data ) : IAsyncOperation
data [
리턴 IAsyncOperation

ProtectStreamAsync() 공개 메소드

public ProtectStreamAsync ( [ src, [ dest ) : IAsyncAction
src [
dest [
리턴 IAsyncAction

UnprotectAsync() 공개 메소드

public UnprotectAsync ( [ data ) : IAsyncOperation
data [
리턴 IAsyncOperation

UnprotectStreamAsync() 공개 메소드

public UnprotectStreamAsync ( [ src, [ dest ) : IAsyncAction
src [
dest [
리턴 IAsyncAction