BuildMaster SDK Reference
Version:

SecureStringExtensions Class

Extension methods for use with System.Security.SecureString

Inheritance Hierarchy

  • object
    • Inedo.SecureStringExtensions

Syntax

public class SecureStringExtensions

Methods

Name Description
Equals(System.Security.SecureString thisValue, string value)

Compares the specified System.Security.SecureString with the specified regular System.String

Equals(System.Security.SecureString thisValue, System.Security.SecureString value)

Compares the specified System.Security.SecureString with another System.Security.SecureString

ToSecureString(string thisValue)

Returns a System.Security.SecureString for the specified regular System.String

ToUnsecureString(System.Security.SecureString thisValue)

Extracts the value of a System.Security.SecureString to a regular System.String