14 references to PolicyInformation
System.Security.Cryptography.Pkcs (14)
System\Security\Cryptography\Pkcs\Asn1\PolicyInformation.xml.cs (6)
51
internal static
PolicyInformation
Decode(ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
56
internal static
PolicyInformation
Decode(Asn1Tag expectedTag, ReadOnlyMemory<byte> encoded, AsnEncodingRules ruleSet)
62
DecodeCore(ref reader, expectedTag, encoded, out
PolicyInformation
decoded);
72
internal static void Decode(ref AsnValueReader reader, ReadOnlyMemory<byte> rebind, out
PolicyInformation
decoded)
77
internal static void Decode(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PolicyInformation
decoded)
89
private static void DecodeCore(ref AsnValueReader reader, Asn1Tag expectedTag, ReadOnlyMemory<byte> rebind, out
PolicyInformation
decoded)
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateAsn.xml.cs (4)
16
internal System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
[]? Policies;
118
var tmpList = new List<System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
>();
119
System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
tmpItem;
123
System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
.Decode(ref collectionReader, rebind, out tmpItem);
System\Security\Cryptography\Pkcs\Asn1\SigningCertificateV2Asn.xml.cs (4)
16
internal System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
[]? Policies;
118
var tmpList = new List<System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
>();
119
System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
tmpItem;
123
System.Security.Cryptography.Pkcs.Asn1.
PolicyInformation
.Decode(ref collectionReader, rebind, out tmpItem);