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。

適用対象