메소드 | 설명 | |
---|---|---|
CreateDecryptor ( ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
GenerateIV ( ) : void | ||
GenerateKey ( ) : void |
메소드 | 설명 | |
---|---|---|
CreateTransform ( byte rgbKey, byte rgbIV, bool encrypting ) : ICryptoTransform | ||
CreateTransformCore ( CipherMode cipherMode, PaddingMode paddingMode, byte key, int effectiveKeyLength, byte iv, int blockSize, bool encrypting ) : ICryptoTransform |
public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
리턴 | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
리턴 | ICryptoTransform |