C# Class Internal.NativeCrypto.Cng.Interop

Show file Open project: dotnet/corefx

Public Methods

Method Description
BCryptSetIntProperty ( SafeBCryptHandle hObject, string pszProperty, int &pdwInput, int dwFlags ) : NTSTATUS

Private Methods

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

Method Details

BCryptSetIntProperty() public static method

public static BCryptSetIntProperty ( SafeBCryptHandle hObject, string pszProperty, int &pdwInput, int dwFlags ) : NTSTATUS
hObject SafeBCryptHandle
pszProperty string
pdwInput int
dwFlags int
return NTSTATUS