KeyDefinition Property
KeyDefinition
Gets the key definition associated with this RSA private key.
C#
public KeyDefinition KeyDefinition { get; }
Property Value
Type | Description |
---|---|
KeyDefinition | A KeyDefinition object that describes the key's properties, including its type and length. |