| SecurityConfigurationSectionPasswordRegex Property |
Gets or sets the password validation regex
Namespace:
SanteDB.DisconnectedClient.Configuration
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string PasswordRegex { get; set; }
Public Property PasswordRegex As String
Get
Set
public:
property String^ PasswordRegex {
String^ get ();
void set (String^ value);
}
member PasswordRegex : string with get, set
Property Value
Type:
StringSee Also