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

상속: AsymmetricKeyExchangeDeformatter
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
DecryptKeyExchange ( byte rgbIn ) : byte[]
RSAPKCS1KeyExchangeDeformatter ( )
RSAPKCS1KeyExchangeDeformatter ( AsymmetricAlgorithm key )
SetKey ( AsymmetricAlgorithm key ) : void

메소드 상세

DecryptKeyExchange() 공개 메소드

public DecryptKeyExchange ( byte rgbIn ) : byte[]
rgbIn byte
리턴 byte[]

RSAPKCS1KeyExchangeDeformatter() 공개 메소드

RSAPKCS1KeyExchangeDeformatter() 공개 메소드

public RSAPKCS1KeyExchangeDeformatter ( AsymmetricAlgorithm key )
key AsymmetricAlgorithm

SetKey() 공개 메소드

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