CertificateRequestProperties.UseExistingKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to use the existing key.
public:
property bool UseExistingKey { bool get(); void set(bool value); };
bool UseExistingKey();
void UseExistingKey(bool value);
public bool UseExistingKey { get; set; }
var boolean = certificateRequestProperties.useExistingKey;
certificateRequestProperties.useExistingKey = boolean;
Public Property UseExistingKey As Boolean
Property Value
Boolean
bool
True if using the existing key; otherwise, false.