4 references to Persist
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngHelpers.cs (1)
45
CngPropertyOptions.
Persist
);
System\Security\Cryptography\CngKey.Create.cs (3)
95
ErrorCode errorCode = Interop.NCrypt.NCryptSetProperty(keyHandle, KeyPropertyName.KeyUsage, &keyUsage, sizeof(CngKeyUsages), CngPropertyOptions.
Persist
);
149
ErrorCode errorCode = Interop.NCrypt.NCryptSetProperty(keyHandle, KeyPropertyName.UIPolicy, &ncryptUiPolicy, sizeof(NCRYPT_UI_POLICY), CngPropertyOptions.
Persist
);
160
ErrorCode errorCode = Interop.NCrypt.NCryptSetProperty(keyHandle, KeyPropertyName.UseContext, pinnedUseContext, useContextByteLength, CngPropertyOptions.
Persist
);