Method |
Description |
|
BCryptDecrypt ( SafeKeyHandle hKey, byte pbInput, int cbInput, IntPtr paddingInfo, [ pbIV, int cbIV, byte pbOutput, int cbOutput, int &cbResult, int dwFlags ) : NTSTATUS |
|
|
BCryptEncrypt ( SafeKeyHandle hKey, byte pbInput, int cbInput, IntPtr paddingInfo, [ pbIV, int cbIV, byte pbOutput, int cbOutput, int &cbResult, int dwFlags ) : NTSTATUS |
|
|
BCryptImportKey ( SafeAlgorithmHandle hAlgorithm, IntPtr hImportKey, String pszBlobType, SafeKeyHandle &hKey, IntPtr pbKeyObject, int cbKeyObject, byte pbInput, int cbInput, int dwFlags ) : NTSTATUS |
|
|
BCryptOpenAlgorithmProvider ( SafeAlgorithmHandle &phAlgorithm, String pszAlgId, String pszImplementation, int dwFlags ) : NTSTATUS |
|
|
BCryptSetIntPropertyPrivate ( SafeBCryptHandle hObject, string pszProperty, int &pdwInput, int cbInput, int dwFlags ) : NTSTATUS |
|
|
BCryptSetProperty ( SafeAlgorithmHandle hObject, String pszProperty, String pbInput, int cbInput, int dwFlags ) : NTSTATUS |
|
|
CryptFormatObject ( [ dwCertEncodingType, [ dwFormatType, [ dwFormatStrType, [ pFormatStruct, [ lpszStructType, [ pbEncoded, [ cbEncoded, [ pbFormat, [ pcbFormat ) : bool |
|
|