Certificate.IsSecurityDeviceBound Property

Definition

Gets whether the security device is bound.

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

Property Value

Boolean

bool

True if the security device is bound; otherwise, false.

Applies to