Certificate.IsSecurityDeviceBound Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.