共用方式為


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。

適用於