Class PkiFailureInfo
- Namespace
- Org.BouncyCastle.Asn1.Cmp
- Assembly
- BouncyCastle.Cryptography.dll
public class PkiFailureInfo : DerBitString, IAsn1String, Asn1BitStringParser, IAsn1Convertible
- Inheritance
-
PkiFailureInfo
- Implements
- Inherited Members
Constructors
PkiFailureInfo(DerBitString)
public PkiFailureInfo(DerBitString info)
Parameters
infoDerBitString
PkiFailureInfo(int)
public PkiFailureInfo(int info)
Parameters
infoint
Fields
AddInfoNotAvailable
public const int AddInfoNotAvailable = 4194304
Field Value
BadAlg
public const int BadAlg = 128
Field Value
BadCertId
public const int BadCertId = 8
Field Value
BadCertTemplate
public const int BadCertTemplate = 1048576
Field Value
BadDataFormat
public const int BadDataFormat = 4
Field Value
BadMessageCheck
public const int BadMessageCheck = 64
Field Value
BadPop
public const int BadPop = 16384
Field Value
BadRecipientNonce
public const int BadRecipientNonce = 1024
Field Value
BadRequest
public const int BadRequest = 32
Field Value
BadSenderNonce
public const int BadSenderNonce = 2097152
Field Value
BadTime
public const int BadTime = 16
Field Value
CertConfirmed
public const int CertConfirmed = 4096
Field Value
CertRevoked
public const int CertRevoked = 8192
Field Value
DuplicateCertReq
public const int DuplicateCertReq = 536870912
Field Value
IncorrectData
public const int IncorrectData = 1
Field Value
MissingTimeStamp
public const int MissingTimeStamp = 32768
Field Value
NotAuthorized
public const int NotAuthorized = 65536
Field Value
SignerNotTrusted
public const int SignerNotTrusted = 524288
Field Value
SystemFailure
public const int SystemFailure = 1073741824
Field Value
SystemUnavail
public const int SystemUnavail = -2147483648
Field Value
TimeNotAvailable
public const int TimeNotAvailable = 512
Field Value
TransactionIdInUse
public const int TransactionIdInUse = 262144
Field Value
UnacceptedExtension
public const int UnacceptedExtension = 8388608
Field Value
UnacceptedPolicy
public const int UnacceptedPolicy = 256
Field Value
UnsupportedVersion
public const int UnsupportedVersion = 131072
Field Value
WrongAuthority
public const int WrongAuthority = 2
Field Value
WrongIntegrity
public const int WrongIntegrity = 2048
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.