4 references to GetX509StackFieldCount
System.Security.Cryptography (4)
System\Security\Cryptography\X509Certificates\OpenSslCachedSystemStoreProvider.cs (1)
57int count = Interop.Crypto.GetX509StackFieldCount(nativeColl);
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (3)
279int chainSize = Interop.Crypto.GetX509StackFieldCount(chainStack); 363chainSize = Interop.Crypto.GetX509StackFieldCount(chainStack); 852int chainSize = Interop.Crypto.GetX509StackFieldCount(chainStack);