C# 클래스 Windows.Security.Cryptography.Core.CryptographicEngine

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

공개 메소드들

메소드 설명
Decrypt ( [ key, [ data, [ iv ) : Windows.Storage.Streams.IBuffer
DecryptAndAuthenticate ( [ key, [ data, [ nonce, [ authenticationTag, [ authenticatedData ) : Windows.Storage.Streams.IBuffer
DeriveKeyMaterial ( [ key, [ parameters, [ desiredKeySize ) : Windows.Storage.Streams.IBuffer
Encrypt ( [ key, [ data, [ iv ) : Windows.Storage.Streams.IBuffer
EncryptAndAuthenticate ( [ key, [ data, [ nonce, [ authenticatedData ) : EncryptedAndAuthenticatedData
Sign ( [ key, [ data ) : Windows.Storage.Streams.IBuffer
VerifySignature ( [ key, [ data, [ signature ) : bool

메소드 상세

Decrypt() 공개 정적인 메소드

public static Decrypt ( [ key, [ data, [ iv ) : Windows.Storage.Streams.IBuffer
key [
data [
iv [
리턴 Windows.Storage.Streams.IBuffer

DecryptAndAuthenticate() 공개 정적인 메소드

public static DecryptAndAuthenticate ( [ key, [ data, [ nonce, [ authenticationTag, [ authenticatedData ) : Windows.Storage.Streams.IBuffer
key [
data [
nonce [
authenticationTag [
authenticatedData [
리턴 Windows.Storage.Streams.IBuffer

DeriveKeyMaterial() 공개 정적인 메소드

public static DeriveKeyMaterial ( [ key, [ parameters, [ desiredKeySize ) : Windows.Storage.Streams.IBuffer
key [
parameters [
desiredKeySize [
리턴 Windows.Storage.Streams.IBuffer

Encrypt() 공개 정적인 메소드

public static Encrypt ( [ key, [ data, [ iv ) : Windows.Storage.Streams.IBuffer
key [
data [
iv [
리턴 Windows.Storage.Streams.IBuffer

EncryptAndAuthenticate() 공개 정적인 메소드

public static EncryptAndAuthenticate ( [ key, [ data, [ nonce, [ authenticatedData ) : EncryptedAndAuthenticatedData
key [
data [
nonce [
authenticatedData [
리턴 EncryptedAndAuthenticatedData

Sign() 공개 정적인 메소드

public static Sign ( [ key, [ data ) : Windows.Storage.Streams.IBuffer
key [
data [
리턴 Windows.Storage.Streams.IBuffer

VerifySignature() 공개 정적인 메소드

public static VerifySignature ( [ key, [ data, [ signature ) : bool
key [
data [
signature [
리턴 bool