9 references to OtherCertificateFormat
System.Security.Cryptography.Pkcs (9)
System\Security\Cryptography\Pkcs\Asn1\CertificateChoiceAsn.xml.cs (3)
18
internal System.Security.Cryptography.Pkcs.Asn1.
OtherCertificateFormat
? OtherCertificateFormat;
219
System.Security.Cryptography.Pkcs.Asn1.
OtherCertificateFormat
tmpOtherCertificateFormat;
220
System.Security.Cryptography.Pkcs.Asn1.
OtherCertificateFormat
.Decode(ref reader, new Asn1Tag(TagClass.ContextSpecific, 3), rebind, out tmpOtherCertificateFormat);
System\Security\Cryptography\Pkcs\Asn1\OtherCertificateFormat.xml.cs (6)
45
internal static
OtherCertificateFormat
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
50
internal static
OtherCertificateFormat
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
56
DecodeCore(ref reader, expectedTag, encoded, out
OtherCertificateFormat
decoded);
66
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
OtherCertificateFormat
decoded)
71
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OtherCertificateFormat
decoded)
83
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
OtherCertificateFormat
decoded)