Home
last modified time | relevance | path

Searched refs:CryptFindOIDInfoNameFromKey (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DCAPI.cs10 public static string CryptFindOIDInfoNameFromKey (string key, OidGroup oidGroup) in CryptFindOIDInfoNameFromKey() method in System.Security.Cryptography.CAPI
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/security/system/security/cryptography/x509/
H A Dx509utils.cs365 return CAPI.CryptFindOIDInfoNameFromKey(keyValue, oidGroup); in FindOidInfo()