Click or drag to resize

ISymmetricCryptographicProvider Interface

Represents a crypto service provider that encrypts things using symmetric encryption

Namespace:  SanteDB.Core.Security
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface ISymmetricCryptographicProvider : IServiceImplementation

The ISymmetricCryptographicProvider type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodDecrypt
Decrypts the specified data
Public methodEncrypt
Encrypts the sepcified data
Public methodGenerateIV
Generates an initialization vector
Public methodGenerateKey
Generates a key
Public methodGetContextKey
Gets the context key
Top
See Also