API Reference
Enum
PdfCryptographicValidationStatus
Outcome of one independently reportable signature-validation dimension.
Inheritance
- Enum
- PdfCryptographicValidationStatus
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field PdfCryptographicValidationStatus.Error
- Field PdfCryptographicValidationStatus.Indeterminate
- Field PdfCryptographicValidationStatus.Invalid
- Field PdfCryptographicValidationStatus.NotPerformed
- Field PdfCryptographicValidationStatus.Valid
- Property PdfSignatureCryptographicResult.CertificateChainStatus
- Property PdfSignatureCryptographicResult.MathematicalSignatureStatus
- Property PdfSignatureCryptographicResult.MessageDigestStatus
- Property PdfSignatureCryptographicResult.RevocationStatus
- Property PdfSignatureCryptographicResult.TimestampStatus
Accepted by parameters
- Constructor PdfSignatureCryptographicResult.PdfSignatureCryptographicResult
- Constructor PdfSignatureCryptographicResult.PdfSignatureCryptographicResult
- Constructor PdfSignatureCryptographicResult.PdfSignatureCryptographicResult
- Constructor PdfSignatureCryptographicResult.PdfSignatureCryptographicResult
- Constructor PdfSignatureCryptographicResult.PdfSignatureCryptographicResult
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider
Values
public const PdfCryptographicValidationStatus NotPerformed #The provider did not perform this validation dimension.
Value:
0public const PdfCryptographicValidationStatus Invalid #The validation dimension completed and found invalid evidence.
Value:
2public const PdfCryptographicValidationStatus Indeterminate #Available evidence was insufficient for a definitive result.
Value:
3public const PdfCryptographicValidationStatus Error #The validation dimension could not complete because of an error.
Value:
4