Click or drag to resize

SecurityProviderBaseCanChangePassword Property

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

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

Property Value

Boolean

Implements

ISecurityProviderCanChangePassword
See Also