IDPasswordCredentials FromBasicAuth Method NFX Class Library

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

Creates IDPass credentials from base64 encoded auth header content as provided by RepresentAsString() method. Returns null if the content is unparsable

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

public static IDPasswordCredentials FromBasicAuth(
	string basicAuth
)

Return Value

Type: IDPasswordCredentials
See Also