4 references to _purpose
Microsoft.AspNetCore.DataProtection (4)
Cng\DpapiSecretSerializerHelper.cs (4)
53
fixed (byte* pbPurpose =
_purpose
)
55
return ProtectWithDpapiCore(pbPlaintextSecret, (uint)plaintextSecret.Length, pbPurpose, (uint)
_purpose
.Length, fLocalMachine: protectToLocalMachine);
202
fixed (byte* pbPurpose =
_purpose
)
204
return UnprotectWithDpapiCore(pbProtectedSecret, (uint)protectedSecret.Length, pbPurpose, (uint)
_purpose
.Length);