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

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

공개 메소드들

메소드 설명
AesManaged ( ) : System.ComponentModel
CreateDecryptor ( ) : ICryptoTransform
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
CreateEncryptor ( ) : ICryptoTransform
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
GenerateIV ( ) : void
GenerateKey ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AesManaged() 공개 메소드

public AesManaged ( ) : System.ComponentModel
리턴 System.ComponentModel

CreateDecryptor() 공개 메소드

public CreateDecryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateDecryptor() 공개 메소드

public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
리턴 ICryptoTransform

CreateEncryptor() 공개 메소드

public CreateEncryptor ( ) : ICryptoTransform
리턴 ICryptoTransform

CreateEncryptor() 공개 메소드

public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform
rgbKey byte
rgbIV byte
리턴 ICryptoTransform

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GenerateIV() 공개 메소드

public GenerateIV ( ) : void
리턴 void

GenerateKey() 공개 메소드

public GenerateKey ( ) : void
리턴 void