AuthenticationFeature.AuthenticationSettingsUpdated Property

Definition

Gets or sets the event handler for authentication changes.

public:
 property Microsoft::Web::Management::Client::Extensions::AuthenticationFeature::AuthenticationSettingsSavedEventHandler ^ AuthenticationSettingsUpdated { Microsoft::Web::Management::Client::Extensions::AuthenticationFeature::AuthenticationSettingsSavedEventHandler ^ get(); void set(Microsoft::Web::Management::Client::Extensions::AuthenticationFeature::AuthenticationSettingsSavedEventHandler ^ value); };
public Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.AuthenticationSettingsSavedEventHandler AuthenticationSettingsUpdated { get; set; }
member this.AuthenticationSettingsUpdated : Microsoft.Web.Management.Client.Extensions.AuthenticationFeature.AuthenticationSettingsSavedEventHandler with get, set
Public Property AuthenticationSettingsUpdated As AuthenticationFeature.AuthenticationSettingsSavedEventHandler

Property Value

The Microsoft.Web.Management.Client.Extensions.AuthenticationFeatureAuthenticationSettingsSavedEventHandler associated with the authentication feature.

Applies to