Click or drag to resize

SecurityProviderBaseCanResetPassword Property

Gets a boolean value that indicates whether ResetPassword(String) operation is supported.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public virtual bool CanResetPassword { get; }
View Source

Property Value

Boolean

Implements

ISecurityProviderCanResetPassword
See Also