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

파일 보기 프로젝트 열기: ermau/WinRT.NET 1 사용 예제들

공개 메소드들

메소드 설명
CreateSymmetricKey ( Windows.Storage.Streams.IBuffer keyMaterial ) : CryptographicKey
EnumerateAlgorithms ( ) : IReadOnlyList
ImportKey ( Windows.Storage.Streams.IBuffer keyBlob ) : CryptographicKey
OpenAlgorithm ( string algorithm ) : SymmetricKeyAlgorithmProvider

비공개 메소드들

메소드 설명
SymmetricKeyAlgorithmProvider ( string name, SymmetricAlgorithm algorithm ) : System

메소드 상세

CreateSymmetricKey() 공개 메소드

public CreateSymmetricKey ( Windows.Storage.Streams.IBuffer keyMaterial ) : CryptographicKey
keyMaterial Windows.Storage.Streams.IBuffer
리턴 CryptographicKey

EnumerateAlgorithms() 공개 정적인 메소드

public static EnumerateAlgorithms ( ) : IReadOnlyList
리턴 IReadOnlyList

ImportKey() 공개 메소드

public ImportKey ( Windows.Storage.Streams.IBuffer keyBlob ) : CryptographicKey
keyBlob Windows.Storage.Streams.IBuffer
리턴 CryptographicKey

OpenAlgorithm() 공개 정적인 메소드

public static OpenAlgorithm ( string algorithm ) : SymmetricKeyAlgorithmProvider
algorithm string
리턴 SymmetricKeyAlgorithmProvider