Show / Hide Table of Contents

Class SecureStringExtensions

Extensions for a SecureString.

Inheritance
Object
SecureStringExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Ipfs.Engine.Cryptography
Assembly: Ipfs.Engine.dll
Syntax
public static class SecureStringExtensions

Methods

| Improve this Doc View Source

UseSecretBytes(SecureString, Action<Byte[]>)

Use the plain bytes of a SecureString.

Declaration
public static void UseSecretBytes(this SecureString s, Action<byte[]> action)
Parameters
Type Name Description
SecureString s

The secure string to access.

Action<Byte[]> action

A function to call with the plain bytes.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX