3 references to GetNativeCollection
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\OpenSslX509ChainProcessor.cs (3)
112
Interop.Crypto.X509StackAddMultiple(untrusted, s_userIntermediateStore.
GetNativeCollection
());
113
Interop.Crypto.X509StackAddMultiple(untrusted, s_userPersonalStore.
GetNativeCollection
());
171
return Interop.Crypto.X509ChainNew(systemTrust, s_userRootStore.
GetNativeCollection
());