메소드 | 설명 | |
---|---|---|
CreateDecryptor ( ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
GenerateIV ( ) : void | ||
GenerateKey ( ) : void | ||
RijndaelManaged ( ) : System.ComponentModel |
메소드 | 설명 | |
---|---|---|
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 |
public RijndaelManaged ( ) : System.ComponentModel | ||
리턴 | System.ComponentModel |