8 references to NCryptDescriptorHandle
Microsoft.AspNetCore.Cryptography.Internal (4)
UnsafeNativeMethods.cs (4)
371
out
NCryptDescriptorHandle
phDescriptor);
381
NCryptDescriptorHandle
hDescriptor,
394
NCryptDescriptorHandle
hDescriptor,
428
out
NCryptDescriptorHandle
phDescriptor,
Microsoft.AspNetCore.DataProtection (4)
Cng\DpapiSecretSerializerHelper.cs (3)
118
public static byte[] ProtectWithDpapiNG(ISecret secret,
NCryptDescriptorHandle
protectionDescriptorHandle)
144
private static byte[] ProtectWithDpapiNGCore(
NCryptDescriptorHandle
protectionDescriptorHandle, byte* pbData, uint cbData)
338
NCryptDescriptorHandle
descriptorHandle;
XmlEncryption\DpapiNGXmlEncryptor.cs (1)
27
private readonly
NCryptDescriptorHandle
_protectionDescriptorHandle;