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