3 references to Duplicate
Microsoft.AspNetCore.Cryptography.Internal.Tests (1)
SafeHandles\SecureLocalAllocHandleTests.cs (1)
24
var duplicateHandle = controlHandle.
Duplicate
();
Microsoft.AspNetCore.DataProtection (2)
Secret.cs (2)
76
this._localAllocHandle = other._localAllocHandle.
Duplicate
();
221
using (var duplicateHandle = _localAllocHandle.
Duplicate
())