Certificate.IsSecurityDeviceBound プロパティ

定義

セキュリティ デバイスがバインドされているかどうかを取得します。

public:
 property bool IsSecurityDeviceBound { bool get(); };
bool IsSecurityDeviceBound();
public bool IsSecurityDeviceBound { get; }
var boolean = certificate.isSecurityDeviceBound;
Public ReadOnly Property IsSecurityDeviceBound As Boolean

プロパティ値

Boolean

bool

セキュリティ デバイスがバインドされている場合は True。それ以外の場合は false。

適用対象