Class SecureToken
Assembly: Glitch9.IO.dll
Syntax
[Serializable]
public sealed class SecureToken
Properties
|
Edit this page
View Source
HasValue
Declaration
public bool HasValue { get; }
Property Value
Methods
|
Edit this page
View Source
GetValue()
Returns the plain value when present, otherwise decrypts the split encrypted value.
If both values are empty, returns null.
Declaration
Returns
Operators
|
Edit this page
View Source
implicit operator string(SecureToken)
Declaration
public static implicit operator string(SecureToken key)
Parameters
Returns
Extension Methods