Метод | Описание | |
---|---|---|
CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
SupportsProtocolVersion ( |
public CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
Результат | ICryptoTransform |
public abstract CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
additional | byte | |
Результат | ICryptoTransform |
public CreateEncryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
Результат | ICryptoTransform |
public abstract CreateEncryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform | ||
rgbKey | byte | |
rgbIV | byte | |
additional | byte | |
Результат | ICryptoTransform |
public abstract SupportsProtocolVersion ( |
||
version | ||
Результат | bool |