Click or drag to resize

ICryptoProvider Methods

The ICryptoProvider type exposes the following members.

Methods
 NameDescription
Public methodDecrypt Decrypts data using a key stored in the IKeyProvider
Public methodEncrypt Encrypts data using a key stored in the IKeyProvider
Public methodSign Signs a block of data with a key stored in the Azure Key Vault using either the RSA-512 or ES-256K algorithm as appropriate for the key.
Public methodVerify Verifies the signature on a block of data with a key stored in the Azure Key Vault using either the RSA-512 or ES-256K algorithm as appropriate for the key.
Top
See Also