EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class SecureStringExtensions

    Provides unsafe temporary operations on secured strings.

    Inheritance
    object
    SecureStringExtensions
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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.

    © Xab3r. All rights reserved.