메소드 | 설명 | |
---|---|---|
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 |
public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
리턴 | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
리턴 | ICryptoTransform |