Search Results for

    Show / Hide Table of Contents

    Class SecureStringExtensions

    Provides extension methods for the type .

    Inheritance
    System.Object
    SecureStringExtensions
    Namespace: PnP.Framework.Extensions
    Assembly: PnP.Framework.dll
    Syntax
    public static class SecureStringExtensions : object

    Methods

    IsEqualTo(SecureString, SecureString)

    Determines whether the current is equal to the specified other .

    Declaration
    public static bool IsEqualTo(this SecureString secureString, SecureString otherSecureString)
    Parameters
    SecureString secureString

    The secure string.

    SecureString otherSecureString

    The other secure string.

    Returns
    System.Boolean

    true if secureString is equal to otherSecureString; otherwise, false.

    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer