Skip to main content
Version: 4.4.0

iCore.Public.Crypto Namespace

The iCore.Public.Crypto namespace contains types related to cryptography and certificate management.

Classes

NameDescription
KeyMaterialStatic class providing functions for loading and creating instances representing cryptographic key material.

Interfaces

NameDescription
IAsymmetricKeyMaterialRepresents a cryptographic key-pair of a public and private keys used in asymmetric encryption algorithms.
IHMACKeyMaterialRepresents a cryptographic key used in MAC algorithms.
IKeyMaterialRepresents a cryptographic key or key-pair.
ISymmetricKeyMaterialRepresents a cryptographic key used for symmetric encryption algorithms.

Enums

NameDescription
CryptographicHashFunctionTypeSpecifies a cryptographic hash function.
DigitalSignatureMethodSpecifies a digital signature method.
KeyMaterialTypeSpecifies the type of a cryptographic key.