Discuss this help topic in SecureBlackbox Forum

Crypto Providers

    Crypto providers are the objects which carry out all cryptographic operations. Application does not need to create or directly call methods of a crypto provider (they are used by other SecureBlackbox classes internally). Crypto provider objects may be passed to some methods of SecureBlackbox classes in order to specify the actual crypto provider to be used for performing cryptographic operations. To acquire a crypto provider, use SBCryptoProvBuiltIn.BuiltInCryptoProvider() or SBCryptoProvWin32.Win32CryptoProvider() methods.

    Possible Crypto Providers are:

Discuss this help topic in SecureBlackbox Forum