Method | Description | |
---|---|---|
BCryptDecrypt ( this hKey, byte input, int inputOffset, int inputCount, byte iv, byte output, int outputOffset, int outputCount ) : int | ||
BCryptEncrypt ( this hKey, byte input, int inputOffset, int inputCount, byte iv, byte output, int outputOffset, int outputCount ) : int | ||
BCryptImportKey ( this hAlg, byte key ) : SafeKeyHandle | ||
BCryptOpenAlgorithmProvider ( String pszAlgId, String pszImplementation, OpenAlgorithmProviderFlags dwFlags ) : |
||
CryptFormatObject ( String oidValue, byte rawData, bool multiLine ) : String | ||
SetCipherMode ( this hAlg, string cipherMode ) : void | ||
SetEffectiveKeyLength ( this hAlg, int effectiveKeyLength ) : void |
Method | Description | |
---|---|---|
CreateCryptographicException ( NTSTATUS ntStatus ) : |
public static BCryptDecrypt ( this hKey, byte input, int inputOffset, int inputCount, byte iv, byte output, int outputOffset, int outputCount ) : int | ||
hKey | this | |
input | byte | |
inputOffset | int | |
inputCount | int | |
iv | byte | |
output | byte | |
outputOffset | int | |
outputCount | int | |
return | int |
public static BCryptEncrypt ( this hKey, byte input, int inputOffset, int inputCount, byte iv, byte output, int outputOffset, int outputCount ) : int | ||
hKey | this | |
input | byte | |
inputOffset | int | |
inputCount | int | |
iv | byte | |
output | byte | |
outputOffset | int | |
outputCount | int | |
return | int |
public static BCryptImportKey ( this hAlg, byte key ) : SafeKeyHandle | ||
hAlg | this | |
key | byte | |
return | SafeKeyHandle |
public static BCryptOpenAlgorithmProvider ( String pszAlgId, String pszImplementation, OpenAlgorithmProviderFlags dwFlags ) : |
||
pszAlgId | String | |
pszImplementation | String | |
dwFlags | OpenAlgorithmProviderFlags | |
return |
public static CryptFormatObject ( String oidValue, byte rawData, bool multiLine ) : String | ||
oidValue | String | |
rawData | byte | |
multiLine | bool | |
return | String |
public static SetCipherMode ( this hAlg, string cipherMode ) : void | ||
hAlg | this | |
cipherMode | string | |
return | void |
public static SetEffectiveKeyLength ( this hAlg, int effectiveKeyLength ) : void | ||
hAlg | this | |
effectiveKeyLength | int | |
return | void |