Поделиться через


CertificateRequestProperties.UseExistingKey Свойство

Определение

Возвращает или задает значение, указывающее, следует ли использовать существующий ключ.

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

Значение свойства

Boolean

bool

Значение true, если используется существующий ключ; в противном случае — false.

Применяется к