Class ScpKeyParameters
Abstract base class for parameters for a Secure Channel Protocol (SCP) key.
public abstract class ScpKeyParameters
- Inheritance
-
objectScpKeyParameters
- Derived
Constructors
ScpKeyParameters(KeyReference)
Creates a new instance of ScpKeyParameters.
protected ScpKeyParameters(KeyReference keyReference)
Parameters
keyReference
KeyReference
Properties
KeyReference
The KeyReference associated with the key parameters, used in all SCP variations.
public KeyReference KeyReference { get; }