AuthenticationFeature.AuthenticationSettingsUpdated 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 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.