次の方法で共有


ChainBuildingParameters.RevocationCheckEnabled プロパティ

定義

失効チェックが有効かどうかを示す値を取得または設定します。

public:
 property bool RevocationCheckEnabled { bool get(); void set(bool value); };
bool RevocationCheckEnabled();

void RevocationCheckEnabled(bool value);
public bool RevocationCheckEnabled { get; set; }
var boolean = chainBuildingParameters.revocationCheckEnabled;
chainBuildingParameters.revocationCheckEnabled = boolean;
Public Property RevocationCheckEnabled As Boolean

プロパティ値

Boolean

bool

失効チェックを有効にする場合は True。それ以外の場合は false。

適用対象