CertificateStoreResult Enumeration |
Namespace: Avaya.ClientServices
public enum CertificateStoreResult
Member name | Value | Description | |
---|---|---|---|
Error | 0 | Generic error. | |
Success | 1 | Certificate store has been created successfully. | |
BadCertificates | 2 | One or more certificates are corrupted. | |
InternalError | 3 | Internal API error. | |
CreateFailed | 4 | Certificate store has failed to create. | |
CryptographicKeyContainerFailure | 5 | Certificate store has failed to create because it cannot acquire the System cryptographic key container. | |
Exists | 6 | Certificate store already exists. | |
Corrupted | 7 | Certificate store corrupted. | |
PrivateKeyStorageError | 8 | Failed to store the private key. | |
BadPrivateKey | 9 | Corrupted private key. | |
InvalidKeyLength | 10 | Key length is too small to be acceptable for current security policy. | |
PrivateKeyExportFailure | 11 | Private key export failed. | |
Unavailable | 12 | Certificate store is missing or unavailable. | |
EncryptionFailure | 13 | Failed to encrypt the client certificate store. | |
DecryptionFailure | 14 | Failed to encrypt the client certificate store. | |
InvalidAsymmetricEncryptionAlgorithm | 15 | Asymmetric encryption algorithm is unsupported or it is disabled in security policy. | |
InvalidDigestAlgorithm | 16 | Digest algorithm is unsupported or it is disabled in security policy. |
© 2017 Avaya LLC. All Rights Reserved.