8 references to PkiStatusInfo
System.Security.Cryptography.Pkcs (8)
System\Security\Cryptography\Pkcs\Asn1\PkiStatusInfo.xml.cs (6)
59
internal static
PkiStatusInfo
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
64
internal static
PkiStatusInfo
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
70
DecodeCore(ref reader, expectedTag, encoded, out
PkiStatusInfo
decoded);
80
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
PkiStatusInfo
decoded)
85
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PkiStatusInfo
decoded)
97
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PkiStatusInfo
decoded)
System\Security\Cryptography\Pkcs\Asn1\Rfc3161TimeStampResp.xml.cs (2)
14
internal System.Security.Cryptography.Pkcs.Asn1.
PkiStatusInfo
Status;
89
System.Security.Cryptography.Pkcs.Asn1.
PkiStatusInfo
.Decode(ref sequenceReader, rebind, out decoded.Status);