Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Csp/src/System/Security/Cryptography/
H A DCapiHelper.Windows.cs800 … internal static void SetPersistKeyInCsp(SafeProvHandle safeProvHandle, bool fPersistKeyInCsp) in SetPersistKeyInCsp() argument
803 safeProvHandle.PersistKeyInCsp = fPersistKeyInCsp; in SetPersistKeyInCsp()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/security/cryptography/
H A Dutils.cs1159 internal static extern void SetPersistKeyInCsp(SafeProvHandle hProv, bool fPersistKeyInCsp); in SetPersistKeyInCsp() argument