Determines whether a private key will be reused, if possible.
Syntax
'Declaration
Property ReuseExistingPrivateKey As Boolean
'Usage
Dim instance As _UAObtainNewCertificateParameters
Dim value As Boolean
instance.ReuseExistingPrivateKey = value
value = instance.ReuseExistingPrivateKey
bool ReuseExistingPrivateKey {get; set;}
property bool ReuseExistingPrivateKey {
bool get();
void set ( bool value);
}
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012 R2, Windows Server 2016; .NET Core, .NET 6: Linux, macOS, Microsoft Windows
See Also