CertificateRequestProperties.UseExistingKey Property

Definition

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.

Applies to