1 write to FailInfo
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (1)
121decoded.FailInfo = sequenceReader.ReadNamedBitListValue<System.Security.Cryptography.Pkcs.Asn1.PkiFailureInfo>();
3 references to FailInfo
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (2)
51if (FailInfo.HasValue) 53writer.WriteNamedBitList(FailInfo.Value);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
123resp.Status.FailInfo.GetValueOrDefault()));