Search Results for

    Show / Hide Table of Contents

    Class SecureStrings

    Methods for working with SecureString

    Inheritance
    object
    SecureStrings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net
    Assembly: OpenSearch.Net.dll
    Syntax
    public static class SecureStrings

    Methods

    | Edit this page View Source

    CreateSecureString(string)

    Creates a secure string from a string

    Declaration
    public static SecureString CreateSecureString(this string plainString)
    Parameters
    Type Name Description
    string plainString
    Returns
    Type Description
    SecureString
    | Edit this page View Source

    CreateString(SecureString)

    Creates a string from a secure string

    Declaration
    public static string CreateString(this SecureString secureString)
    Parameters
    Type Name Description
    SecureString secureString
    Returns
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    • Methods
      • CreateSecureString(string)
      • CreateString(SecureString)
    Back to top Generated by DocFX