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。

适用于