共用方式為


AllJoynBusAttachment.CredentialsVerificationRequested 事件

定義

重要

Windows.Devices.AllJoyn命名空間中的類型已被取代,未來版本的 Windows 可能無法使用。 AllJoyn 是由 AllSeen聯盟贊助,是一種開放原始碼探索和通訊協定,適用于物聯網 (IoT) 案例,例如開啟和關閉光線,以及讀取溫度。 如需 IoTivity LiteIoTivity等替代方案,請參閱 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

適用於