IDPasswordCredentials SecurePassword Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Obtains an unsecure string password as SecureBuffer. Note: The IDPasswordCredentials class is purposely designed to store password as plain text. This is needed for simple cases and HTTP application where login credentials are posted via plain text anyway

Namespace: NFX.Security
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public SecureBuffer SecurePassword { get; }

Property Value

Type: SecureBuffer
See Also