Show / Hide Table of Contents

    Class SecureStringUtils

    SecureString Utilities

    Inheritance
    Object
    SecureStringUtils
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.Graph.Communications.Common
    Assembly: Microsoft.Graph.Communications.Common.dll
    Syntax
    public static class SecureStringUtils

    Methods

    ConvertToUnsecureString(SecureString)

    Converts a SecureString into a managed string for consumption

    Declaration
    public static string ConvertToUnsecureString(this SecureString secureString)
    Parameters
    Type Name Description
    SecureString secureString

    The SecureString to convert into a managed string

    Returns
    Type Description
    String

    String representation of the SecureString

    Back to top Copyright (c) Microsoft Corporation. All rights reserved.