Click or drag to resize

CertificateStoreResult Enumeration

Certificate store related error codes.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CertificateStoreResult
Members
  Member nameValueDescription
Error0 Generic error.
Success1 Certificate store has been created successfully.
BadCertificates2 One or more certificates are corrupted.
InternalError3 Internal API error.
CreateFailed4 Certificate store has failed to create.
CryptographicKeyContainerFailure5 Certificate store has failed to create because it cannot acquire the System cryptographic key container.
Exists6 Certificate store already exists.
Corrupted7 Certificate store corrupted.
PrivateKeyStorageError8 Failed to store the private key.
BadPrivateKey9 Corrupted private key.
InvalidKeyLength10 Key length is too small to be acceptable for current security policy.
PrivateKeyExportFailure11 Private key export failed.
Unavailable12 Certificate store is missing or unavailable.
EncryptionFailure13 Failed to encrypt the client certificate store.
DecryptionFailure14 Failed to encrypt the client certificate store.
InvalidAsymmetricEncryptionAlgorithm15 Asymmetric encryption algorithm is unsupported or it is disabled in security policy.
InvalidDigestAlgorithm16 Digest algorithm is unsupported or it is disabled in security policy.
See Also