C# 클래스 System.Security.Cryptography.AsymmetricKeyExchangeFormatter

파일 보기 프로젝트 열기: runefs/Marvin 1 사용 예제들

공개 메소드들

메소드 설명
CreateKeyExchange ( byte data ) : byte[]
CreateKeyExchange ( byte data, Type symAlgType ) : byte[]
SetKey ( AsymmetricAlgorithm key ) : void

보호된 메소드들

메소드 설명
AsymmetricKeyExchangeFormatter ( ) : System.Runtime.InteropServices

메소드 상세

AsymmetricKeyExchangeFormatter() 보호된 메소드

protected AsymmetricKeyExchangeFormatter ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

CreateKeyExchange() 공개 추상적인 메소드

public abstract CreateKeyExchange ( byte data ) : byte[]
data byte
리턴 byte[]

CreateKeyExchange() 공개 추상적인 메소드

public abstract CreateKeyExchange ( byte data, Type symAlgType ) : byte[]
data byte
symAlgType System.Type
리턴 byte[]

SetKey() 공개 추상적인 메소드

public abstract SetKey ( AsymmetricAlgorithm key ) : void
key AsymmetricAlgorithm
리턴 void