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입니다.

적용 대상