AllJoynBusAttachment.CredentialsVerificationRequested 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen 联盟赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如打开和关闭灯以及读取温度。 有关 IoTivity Lite 和 IoTivity 等替代项,请参阅 iotivity.org 网站。
当远程使用者提供凭据进行验证时发生。
// Register
event_token CredentialsVerificationRequested(TypedEventHandler<AllJoynBusAttachment, AllJoynCredentialsVerificationRequestedEventArgs const&> const& handler) const;
// Revoke with event_token
void CredentialsVerificationRequested(event_token const* cookie) const;
// Revoke with event_revoker
AllJoynBusAttachment::CredentialsVerificationRequested_revoker CredentialsVerificationRequested(auto_revoke_t, TypedEventHandler<AllJoynBusAttachment, AllJoynCredentialsVerificationRequestedEventArgs const&> const& handler) const;
/// [add: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [remove: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
// Register
event_token CredentialsVerificationRequested(TypedEventHandler<AllJoynBusAttachment, AllJoynCredentialsVerificationRequestedEventArgs const&> const& handler) const;
// Revoke with event_token
void CredentialsVerificationRequested(event_token const* cookie) const;
// Revoke with event_revoker
AllJoynBusAttachment::CredentialsVerificationRequested_revoker CredentialsVerificationRequested(auto_revoke_t, TypedEventHandler<AllJoynBusAttachment, AllJoynCredentialsVerificationRequestedEventArgs const&> const& handler) const;
public event TypedEventHandler<AllJoynBusAttachment,AllJoynCredentialsVerificationRequestedEventArgs> CredentialsVerificationRequested;
[add: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
[remove: Windows.Foundation.Metadata.Deprecated("AllJoynBusAttachment has been deprecated. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public event TypedEventHandler<AllJoynBusAttachment,AllJoynCredentialsVerificationRequestedEventArgs> CredentialsVerificationRequested;
function onCredentialsVerificationRequested(eventArgs) { /* Your code */ }
allJoynBusAttachment.addEventListener("credentialsverificationrequested", onCredentialsVerificationRequested);
allJoynBusAttachment.removeEventListener("credentialsverificationrequested", onCredentialsVerificationRequested);
- or -
allJoynBusAttachment.oncredentialsverificationrequested = onCredentialsVerificationRequested;
Public Custom Event CredentialsVerificationRequested As TypedEventHandler(Of AllJoynBusAttachment, AllJoynCredentialsVerificationRequestedEventArgs)
事件类型
- 属性
Windows 要求
应用功能 |
allJoyn
|