Метод | Описание | |
---|---|---|
BasicSymmetricCipherCsp ( int algId, CipherMode cipherMode, int blockSizeInBytes, byte key, int effectiveKeyLength, bool addNoSaltFlag, byte iv, bool encrypting ) : Internal.NativeCrypto | ||
Transform ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int | ||
TransformFinal ( byte input, int inputOffset, int count ) : byte[] |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Метод | Описание | |
---|---|---|
AcquireSafeProviderHandle ( ) : System.Security.Cryptography.SafeProvHandle | ||
ImportCspBlob ( System.Security.Cryptography.SafeProvHandle safeProvHandle, int algId, byte rawKey, bool addNoSaltFlag ) : SafeKeyHandle | ||
Reset ( ) : void | ||
Transform ( byte input, int inputOffset, int count, byte output, int outputOffset, bool isFinal ) : int |
public BasicSymmetricCipherCsp ( int algId, CipherMode cipherMode, int blockSizeInBytes, byte key, int effectiveKeyLength, bool addNoSaltFlag, byte iv, bool encrypting ) : Internal.NativeCrypto | ||
algId | int | |
cipherMode | CipherMode | |
blockSizeInBytes | int | |
key | byte | |
effectiveKeyLength | int | |
addNoSaltFlag | bool | |
iv | byte | |
encrypting | bool | |
Результат | Internal.NativeCrypto |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Transform ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int | ||
input | byte | |
inputOffset | int | |
count | int | |
output | byte | |
outputOffset | int | |
Результат | int |
public TransformFinal ( byte input, int inputOffset, int count ) : byte[] | ||
input | byte | |
inputOffset | int | |
count | int | |
Результат | byte[] |