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