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