Class SecureStringExtensions
Provides unsafe temporary operations on secured strings.
Inherited Members
Namespace: PoeShared.Scaffolding
Assembly: PoeShared.dll
Syntax
public static class SecureStringExtensions
Methods
Name | Description |
---|---|
CopyInto(SecureString, SecureString) | Copies the existing instance of a secure string into the destination, clearing the destination beforehand. |
ToSecuredString(string) | Converts an unsecured string to a secured string. |
ToUnsecuredString(SecureString) | Converts a secured string to an unsecured string. |