Class SigningContextProvider
Inheritance
System.Object
SigningContextProvider
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Modules.Keystore
Assembly: Catalyst.Core.Modules.Keystore.dll
Syntax
public class SigningContextProvider : ISigningContextProvider
Constructors
| Improve this Doc View SourceSigningContextProvider(NetworkType, SignatureType)
Declaration
public SigningContextProvider(NetworkType networkType, SignatureType signatureType)
Parameters
| Type | Name | Description |
|---|---|---|
| NetworkType | networkType | |
| SignatureType | signatureType |
SigningContextProvider(SigningContext)
Declaration
public SigningContextProvider(SigningContext signingContext)
Parameters
| Type | Name | Description |
|---|---|---|
| SigningContext | signingContext |
Properties
| Improve this Doc View SourceSigningContext
Declaration
public SigningContext SigningContext { get; }
Property Value
| Type | Description |
|---|---|
| SigningContext |