974 lines
32 KiB
YAML
974 lines
32 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: CapyKit.Password
|
|
commentId: T:CapyKit.Password
|
|
id: Password
|
|
parent: CapyKit
|
|
children:
|
|
- CapyKit.Password.#ctor(System.String,System.Byte[],CapyKit.IPasswordAlgorithm,System.Object[])
|
|
- CapyKit.Password.Algorithm
|
|
- CapyKit.Password.Equals(System.Object)
|
|
- CapyKit.Password.Hash
|
|
- CapyKit.Password.Pbkdf2Algorithm
|
|
- CapyKit.Password.Salt
|
|
- CapyKit.Password.ToString
|
|
- CapyKit.Password.op_Equality(CapyKit.Password,CapyKit.Password)
|
|
- CapyKit.Password.op_Inequality(CapyKit.Password,CapyKit.Password)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Password
|
|
nameWithType: Password
|
|
fullName: CapyKit.Password
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: Password
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 14
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Represents a password with its hash, salt and algorithm used for encryption.
|
|
example: []
|
|
syntax:
|
|
content: public class Password
|
|
content.vb: Public Class Password
|
|
inheritance:
|
|
- System.Object
|
|
inheritedMembers:
|
|
- System.Object.Equals(System.Object,System.Object)
|
|
- System.Object.GetHashCode
|
|
- System.Object.GetType
|
|
- System.Object.MemberwiseClone
|
|
- System.Object.ReferenceEquals(System.Object,System.Object)
|
|
extensionMethods:
|
|
- CapyKit.Password.CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(CapyKit.Password)
|
|
- System.Object.CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object)
|
|
- uid: CapyKit.Password.Hash
|
|
commentId: P:CapyKit.Password.Hash
|
|
id: Hash
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Hash
|
|
nameWithType: Password.Hash
|
|
fullName: CapyKit.Password.Hash
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: Hash
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 27
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Gets or sets the hash of the password.
|
|
example: []
|
|
syntax:
|
|
content: public byte[] Hash { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Byte[]
|
|
content.vb: Public Property Hash As Byte()
|
|
overload: CapyKit.Password.Hash*
|
|
- uid: CapyKit.Password.Salt
|
|
commentId: P:CapyKit.Password.Salt
|
|
id: Salt
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Salt
|
|
nameWithType: Password.Salt
|
|
fullName: CapyKit.Password.Salt
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: Salt
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 32
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Gets or sets the salt used for encryption.
|
|
example: []
|
|
syntax:
|
|
content: public byte[] Salt { get; }
|
|
parameters: []
|
|
return:
|
|
type: System.Byte[]
|
|
content.vb: Public Property Salt As Byte()
|
|
overload: CapyKit.Password.Salt*
|
|
- uid: CapyKit.Password.Algorithm
|
|
commentId: P:CapyKit.Password.Algorithm
|
|
id: Algorithm
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Algorithm
|
|
nameWithType: Password.Algorithm
|
|
fullName: CapyKit.Password.Algorithm
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: Algorithm
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 37
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Gets or sets the algorithm used for password encryption.
|
|
example: []
|
|
syntax:
|
|
content: public IPasswordAlgorithm Algorithm { get; }
|
|
parameters: []
|
|
return:
|
|
type: CapyKit.IPasswordAlgorithm
|
|
content.vb: Public Property Algorithm As IPasswordAlgorithm
|
|
overload: CapyKit.Password.Algorithm*
|
|
- uid: CapyKit.Password.Pbkdf2Algorithm
|
|
commentId: P:CapyKit.Password.Pbkdf2Algorithm
|
|
id: Pbkdf2Algorithm
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Pbkdf2Algorithm
|
|
nameWithType: Password.Pbkdf2Algorithm
|
|
fullName: CapyKit.Password.Pbkdf2Algorithm
|
|
type: Property
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: Pbkdf2Algorithm
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 43
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Gets the preconfigured PBKDF2 algorithm.
|
|
example: []
|
|
syntax:
|
|
content: public static Pbkdf2Algorithm Pbkdf2Algorithm { get; }
|
|
parameters: []
|
|
return:
|
|
type: CapyKit.Pbkdf2Algorithm
|
|
description: The preconfigured PBKDF2 algorithm.
|
|
content.vb: Public Shared ReadOnly Property Pbkdf2Algorithm As Pbkdf2Algorithm
|
|
overload: CapyKit.Password.Pbkdf2Algorithm*
|
|
- uid: CapyKit.Password.#ctor(System.String,System.Byte[],CapyKit.IPasswordAlgorithm,System.Object[])
|
|
commentId: M:CapyKit.Password.#ctor(System.String,System.Byte[],CapyKit.IPasswordAlgorithm,System.Object[])
|
|
id: '#ctor(System.String,System.Byte[],CapyKit.IPasswordAlgorithm,System.Object[])'
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Password(string, byte[], IPasswordAlgorithm, params object[])
|
|
nameWithType: Password.Password(string, byte[], IPasswordAlgorithm, params object[])
|
|
fullName: CapyKit.Password.Password(string, byte[], CapyKit.IPasswordAlgorithm, params object[])
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: .ctor
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 60
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Constructor.
|
|
example: []
|
|
syntax:
|
|
content: public Password(string password, byte[] salt, IPasswordAlgorithm algorithm, params object[] args)
|
|
parameters:
|
|
- id: password
|
|
type: System.String
|
|
description: The password to be hashed.
|
|
- id: salt
|
|
type: System.Byte[]
|
|
description: The salt used for encryption.
|
|
- id: algorithm
|
|
type: CapyKit.IPasswordAlgorithm
|
|
description: The algorithm used for password encryption.
|
|
- id: args
|
|
type: System.Object[]
|
|
description: A variable-length parameters list containing arguments to include for the <code class="paramref">algorithm</code>.
|
|
content.vb: Public Sub New(password As String, salt As Byte(), algorithm As IPasswordAlgorithm, ParamArray args As Object())
|
|
overload: CapyKit.Password.#ctor*
|
|
nameWithType.vb: Password.New(String, Byte(), IPasswordAlgorithm, ParamArray Object())
|
|
fullName.vb: CapyKit.Password.New(String, Byte(), CapyKit.IPasswordAlgorithm, ParamArray Object())
|
|
name.vb: New(String, Byte(), IPasswordAlgorithm, ParamArray Object())
|
|
- uid: CapyKit.Password.Equals(System.Object)
|
|
commentId: M:CapyKit.Password.Equals(System.Object)
|
|
id: Equals(System.Object)
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Equals(object?)
|
|
nameWithType: Password.Equals(object?)
|
|
fullName: CapyKit.Password.Equals(object?)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: Equals
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 73
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Determines whether the specified object is equal to the current object.
|
|
example: []
|
|
syntax:
|
|
content: public override bool Equals(object? obj)
|
|
parameters:
|
|
- id: obj
|
|
type: System.Object
|
|
description: The object to compare with the current object.
|
|
return:
|
|
type: System.Boolean
|
|
description: <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> if the specified object is equal to the current object; otherwise, <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">false</a>.
|
|
content.vb: Public Overrides Function Equals(obj As Object) As Boolean
|
|
overridden: System.Object.Equals(System.Object)
|
|
overload: CapyKit.Password.Equals*
|
|
nameWithType.vb: Password.Equals(Object)
|
|
fullName.vb: CapyKit.Password.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
- uid: CapyKit.Password.ToString
|
|
commentId: M:CapyKit.Password.ToString
|
|
id: ToString
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ToString()
|
|
nameWithType: Password.ToString()
|
|
fullName: CapyKit.Password.ToString()
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: ToString
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 92
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
summary: Returns a string that represents the current object.
|
|
example: []
|
|
syntax:
|
|
content: public override string ToString()
|
|
return:
|
|
type: System.String
|
|
description: A string that represents the current object.
|
|
content.vb: Public Overrides Function ToString() As String
|
|
overridden: System.Object.ToString
|
|
overload: CapyKit.Password.ToString*
|
|
- uid: CapyKit.Password.op_Equality(CapyKit.Password,CapyKit.Password)
|
|
commentId: M:CapyKit.Password.op_Equality(CapyKit.Password,CapyKit.Password)
|
|
id: op_Equality(CapyKit.Password,CapyKit.Password)
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: operator ==(Password, Password)
|
|
nameWithType: Password.operator ==(Password, Password)
|
|
fullName: CapyKit.Password.operator ==(CapyKit.Password, CapyKit.Password)
|
|
type: Operator
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: op_Equality
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 102
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
example: []
|
|
syntax:
|
|
content: public static bool operator ==(Password a, Password b)
|
|
parameters:
|
|
- id: a
|
|
type: CapyKit.Password
|
|
- id: b
|
|
type: CapyKit.Password
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public Shared Operator =(a As Password, b As Password) As Boolean
|
|
overload: CapyKit.Password.op_Equality*
|
|
nameWithType.vb: Password.=(Password, Password)
|
|
fullName.vb: CapyKit.Password.=(CapyKit.Password, CapyKit.Password)
|
|
name.vb: =(Password, Password)
|
|
- uid: CapyKit.Password.op_Inequality(CapyKit.Password,CapyKit.Password)
|
|
commentId: M:CapyKit.Password.op_Inequality(CapyKit.Password,CapyKit.Password)
|
|
id: op_Inequality(CapyKit.Password,CapyKit.Password)
|
|
parent: CapyKit.Password
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: operator !=(Password, Password)
|
|
nameWithType: Password.operator !=(Password, Password)
|
|
fullName: CapyKit.Password.operator !=(CapyKit.Password, CapyKit.Password)
|
|
type: Operator
|
|
source:
|
|
remote:
|
|
path: CapyKit/Password.cs
|
|
branch: main
|
|
repo: https://git.jordanwages.com/wagesj45/CapyKit.git
|
|
id: op_Inequality
|
|
path: ../CapyKit/Password.cs
|
|
startLine: 110
|
|
assemblies:
|
|
- CapyKit
|
|
namespace: CapyKit
|
|
example: []
|
|
syntax:
|
|
content: public static bool operator !=(Password a, Password b)
|
|
parameters:
|
|
- id: a
|
|
type: CapyKit.Password
|
|
- id: b
|
|
type: CapyKit.Password
|
|
return:
|
|
type: System.Boolean
|
|
content.vb: Public Shared Operator <>(a As Password, b As Password) As Boolean
|
|
overload: CapyKit.Password.op_Inequality*
|
|
nameWithType.vb: Password.<>(Password, Password)
|
|
fullName.vb: CapyKit.Password.<>(CapyKit.Password, CapyKit.Password)
|
|
name.vb: <>(Password, Password)
|
|
references:
|
|
- uid: CapyKit
|
|
commentId: N:CapyKit
|
|
href: CapyKit.html
|
|
name: CapyKit
|
|
nameWithType: CapyKit
|
|
fullName: CapyKit
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
name: Equals(object, object)
|
|
nameWithType: object.Equals(object, object)
|
|
fullName: object.Equals(object, object)
|
|
nameWithType.vb: Object.Equals(Object, Object)
|
|
fullName.vb: Object.Equals(Object, Object)
|
|
name.vb: Equals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
name: ReferenceEquals(object, object)
|
|
nameWithType: object.ReferenceEquals(object, object)
|
|
fullName: object.ReferenceEquals(object, object)
|
|
nameWithType.vb: Object.ReferenceEquals(Object, Object)
|
|
fullName.vb: Object.ReferenceEquals(Object, Object)
|
|
name.vb: ReferenceEquals(Object, Object)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: CapyKit.Password.CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(CapyKit.Password)
|
|
commentId: M:CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(``0,``0)
|
|
parent: CapyKit.Extensions.ObjectExtensions
|
|
definition: CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(``0,``0)
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties__1___0___0_
|
|
name: UpdateProperties<Password>(Password, Password)
|
|
nameWithType: ObjectExtensions.UpdateProperties<Password>(Password, Password)
|
|
fullName: CapyKit.Extensions.ObjectExtensions.UpdateProperties<CapyKit.Password>(CapyKit.Password, CapyKit.Password)
|
|
nameWithType.vb: ObjectExtensions.UpdateProperties(Of Password)(Password, Password)
|
|
fullName.vb: CapyKit.Extensions.ObjectExtensions.UpdateProperties(Of CapyKit.Password)(CapyKit.Password, CapyKit.Password)
|
|
name.vb: UpdateProperties(Of Password)(Password, Password)
|
|
spec.csharp:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(CapyKit.Password,CapyKit.Password)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties__1___0___0_
|
|
- name: <
|
|
- uid: CapyKit.Password
|
|
name: Password
|
|
href: CapyKit.Password.html
|
|
- name: '>'
|
|
- name: (
|
|
- uid: CapyKit.Password
|
|
name: Password
|
|
href: CapyKit.Password.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: CapyKit.Password
|
|
name: Password
|
|
href: CapyKit.Password.html
|
|
- name: )
|
|
spec.vb:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(CapyKit.Password,CapyKit.Password)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties__1___0___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- uid: CapyKit.Password
|
|
name: Password
|
|
href: CapyKit.Password.html
|
|
- name: )
|
|
- name: (
|
|
- uid: CapyKit.Password
|
|
name: Password
|
|
href: CapyKit.Password.html
|
|
- name: ','
|
|
- name: " "
|
|
- uid: CapyKit.Password
|
|
name: Password
|
|
href: CapyKit.Password.html
|
|
- name: )
|
|
- uid: System.Object.CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object)
|
|
commentId: M:CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
parent: CapyKit.Extensions.ObjectExtensions
|
|
definition: CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties_System_Object_System_Object_
|
|
name: UpdateProperties(object, object)
|
|
nameWithType: ObjectExtensions.UpdateProperties(object, object)
|
|
fullName: CapyKit.Extensions.ObjectExtensions.UpdateProperties(object, object)
|
|
nameWithType.vb: ObjectExtensions.UpdateProperties(Object, Object)
|
|
fullName.vb: CapyKit.Extensions.ObjectExtensions.UpdateProperties(Object, Object)
|
|
name.vb: UpdateProperties(Object, Object)
|
|
spec.csharp:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties_System_Object_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties_System_Object_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(``0,``0)
|
|
commentId: M:CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(``0,``0)
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties__1___0___0_
|
|
name: UpdateProperties<T>(T, T)
|
|
nameWithType: ObjectExtensions.UpdateProperties<T>(T, T)
|
|
fullName: CapyKit.Extensions.ObjectExtensions.UpdateProperties<T>(T, T)
|
|
nameWithType.vb: ObjectExtensions.UpdateProperties(Of T)(T, T)
|
|
fullName.vb: CapyKit.Extensions.ObjectExtensions.UpdateProperties(Of T)(T, T)
|
|
name.vb: UpdateProperties(Of T)(T, T)
|
|
spec.csharp:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(``0,``0)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties__1___0___0_
|
|
- name: <
|
|
- name: T
|
|
- name: '>'
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
spec.vb:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties``1(``0,``0)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties__1___0___0_
|
|
- name: (
|
|
- name: Of
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- name: (
|
|
- name: T
|
|
- name: ','
|
|
- name: " "
|
|
- name: T
|
|
- name: )
|
|
- uid: CapyKit.Extensions.ObjectExtensions
|
|
commentId: T:CapyKit.Extensions.ObjectExtensions
|
|
parent: CapyKit.Extensions
|
|
href: CapyKit.Extensions.ObjectExtensions.html
|
|
name: ObjectExtensions
|
|
nameWithType: ObjectExtensions
|
|
fullName: CapyKit.Extensions.ObjectExtensions
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
commentId: M:CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
isExternal: true
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties_System_Object_System_Object_
|
|
name: UpdateProperties(object, object)
|
|
nameWithType: ObjectExtensions.UpdateProperties(object, object)
|
|
fullName: CapyKit.Extensions.ObjectExtensions.UpdateProperties(object, object)
|
|
nameWithType.vb: ObjectExtensions.UpdateProperties(Object, Object)
|
|
fullName.vb: CapyKit.Extensions.ObjectExtensions.UpdateProperties(Object, Object)
|
|
name.vb: UpdateProperties(Object, Object)
|
|
spec.csharp:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties_System_Object_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: CapyKit.Extensions.ObjectExtensions.UpdateProperties(System.Object,System.Object)
|
|
name: UpdateProperties
|
|
href: CapyKit.Extensions.ObjectExtensions.html#CapyKit_Extensions_ObjectExtensions_UpdateProperties_System_Object_System_Object_
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: CapyKit.Extensions
|
|
commentId: N:CapyKit.Extensions
|
|
href: CapyKit.html
|
|
name: CapyKit.Extensions
|
|
nameWithType: CapyKit.Extensions
|
|
fullName: CapyKit.Extensions
|
|
spec.csharp:
|
|
- uid: CapyKit
|
|
name: CapyKit
|
|
href: CapyKit.html
|
|
- name: .
|
|
- uid: CapyKit.Extensions
|
|
name: Extensions
|
|
href: CapyKit.Extensions.html
|
|
spec.vb:
|
|
- uid: CapyKit
|
|
name: CapyKit
|
|
href: CapyKit.html
|
|
- name: .
|
|
- uid: CapyKit.Extensions
|
|
name: Extensions
|
|
href: CapyKit.Extensions.html
|
|
- uid: CapyKit.Password.Hash*
|
|
commentId: Overload:CapyKit.Password.Hash
|
|
href: CapyKit.Password.html#CapyKit_Password_Hash
|
|
name: Hash
|
|
nameWithType: Password.Hash
|
|
fullName: CapyKit.Password.Hash
|
|
- uid: System.Byte[]
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
name: byte[]
|
|
nameWithType: byte[]
|
|
fullName: byte[]
|
|
nameWithType.vb: Byte()
|
|
fullName.vb: Byte()
|
|
name.vb: Byte()
|
|
spec.csharp:
|
|
- uid: System.Byte
|
|
name: byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: '['
|
|
- name: ']'
|
|
spec.vb:
|
|
- uid: System.Byte
|
|
name: Byte
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.byte
|
|
- name: (
|
|
- name: )
|
|
- uid: CapyKit.Password.Salt*
|
|
commentId: Overload:CapyKit.Password.Salt
|
|
href: CapyKit.Password.html#CapyKit_Password_Salt
|
|
name: Salt
|
|
nameWithType: Password.Salt
|
|
fullName: CapyKit.Password.Salt
|
|
- uid: CapyKit.Password.Algorithm*
|
|
commentId: Overload:CapyKit.Password.Algorithm
|
|
href: CapyKit.Password.html#CapyKit_Password_Algorithm
|
|
name: Algorithm
|
|
nameWithType: Password.Algorithm
|
|
fullName: CapyKit.Password.Algorithm
|
|
- uid: CapyKit.IPasswordAlgorithm
|
|
commentId: T:CapyKit.IPasswordAlgorithm
|
|
parent: CapyKit
|
|
href: CapyKit.IPasswordAlgorithm.html
|
|
name: IPasswordAlgorithm
|
|
nameWithType: IPasswordAlgorithm
|
|
fullName: CapyKit.IPasswordAlgorithm
|
|
- uid: CapyKit.Password.Pbkdf2Algorithm*
|
|
commentId: Overload:CapyKit.Password.Pbkdf2Algorithm
|
|
href: CapyKit.Password.html#CapyKit_Password_Pbkdf2Algorithm
|
|
name: Pbkdf2Algorithm
|
|
nameWithType: Password.Pbkdf2Algorithm
|
|
fullName: CapyKit.Password.Pbkdf2Algorithm
|
|
- uid: CapyKit.Pbkdf2Algorithm
|
|
commentId: T:CapyKit.Pbkdf2Algorithm
|
|
parent: CapyKit
|
|
href: CapyKit.Pbkdf2Algorithm.html
|
|
name: Pbkdf2Algorithm
|
|
nameWithType: Pbkdf2Algorithm
|
|
fullName: CapyKit.Pbkdf2Algorithm
|
|
- uid: CapyKit.Password.#ctor*
|
|
commentId: Overload:CapyKit.Password.#ctor
|
|
href: CapyKit.Password.html#CapyKit_Password__ctor_System_String_System_Byte___CapyKit_IPasswordAlgorithm_System_Object___
|
|
name: Password
|
|
nameWithType: Password.Password
|
|
fullName: CapyKit.Password.Password
|
|
nameWithType.vb: Password.New
|
|
fullName.vb: CapyKit.Password.New
|
|
name.vb: New
|
|
- uid: System.String
|
|
commentId: T:System.String
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.string
|
|
name: string
|
|
nameWithType: string
|
|
fullName: string
|
|
nameWithType.vb: String
|
|
fullName.vb: String
|
|
name.vb: String
|
|
- uid: System.Object[]
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object[]
|
|
nameWithType: object[]
|
|
fullName: object[]
|
|
nameWithType.vb: Object()
|
|
fullName.vb: Object()
|
|
name.vb: Object()
|
|
spec.csharp:
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: '['
|
|
- name: ']'
|
|
spec.vb:
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
name: Equals(object)
|
|
nameWithType: object.Equals(object)
|
|
fullName: object.Equals(object)
|
|
nameWithType.vb: Object.Equals(Object)
|
|
fullName.vb: Object.Equals(Object)
|
|
name.vb: Equals(Object)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: CapyKit.Password.Equals*
|
|
commentId: Overload:CapyKit.Password.Equals
|
|
href: CapyKit.Password.html#CapyKit_Password_Equals_System_Object_
|
|
name: Equals
|
|
nameWithType: Password.Equals
|
|
fullName: CapyKit.Password.Equals
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.boolean
|
|
name: bool
|
|
nameWithType: bool
|
|
fullName: bool
|
|
nameWithType.vb: Boolean
|
|
fullName.vb: Boolean
|
|
name.vb: Boolean
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: CapyKit.Password.ToString*
|
|
commentId: Overload:CapyKit.Password.ToString
|
|
href: CapyKit.Password.html#CapyKit_Password_ToString
|
|
name: ToString
|
|
nameWithType: Password.ToString
|
|
fullName: CapyKit.Password.ToString
|
|
- uid: CapyKit.Password.op_Equality*
|
|
commentId: Overload:CapyKit.Password.op_Equality
|
|
href: CapyKit.Password.html#CapyKit_Password_op_Equality_CapyKit_Password_CapyKit_Password_
|
|
name: operator ==
|
|
nameWithType: Password.operator ==
|
|
fullName: CapyKit.Password.operator ==
|
|
nameWithType.vb: Password.=
|
|
fullName.vb: CapyKit.Password.=
|
|
name.vb: =
|
|
spec.csharp:
|
|
- name: operator
|
|
- name: " "
|
|
- uid: CapyKit.Password.op_Equality*
|
|
name: ==
|
|
href: CapyKit.Password.html#CapyKit_Password_op_Equality_CapyKit_Password_CapyKit_Password_
|
|
- uid: CapyKit.Password
|
|
commentId: T:CapyKit.Password
|
|
parent: CapyKit
|
|
href: CapyKit.Password.html
|
|
name: Password
|
|
nameWithType: Password
|
|
fullName: CapyKit.Password
|
|
- uid: CapyKit.Password.op_Inequality*
|
|
commentId: Overload:CapyKit.Password.op_Inequality
|
|
href: CapyKit.Password.html#CapyKit_Password_op_Inequality_CapyKit_Password_CapyKit_Password_
|
|
name: operator !=
|
|
nameWithType: Password.operator !=
|
|
fullName: CapyKit.Password.operator !=
|
|
nameWithType.vb: Password.<>
|
|
fullName.vb: CapyKit.Password.<>
|
|
name.vb: <>
|
|
spec.csharp:
|
|
- name: operator
|
|
- name: " "
|
|
- uid: CapyKit.Password.op_Inequality*
|
|
name: '!='
|
|
href: CapyKit.Password.html#CapyKit_Password_op_Inequality_CapyKit_Password_CapyKit_Password_
|