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