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
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
|