Class DSAPublicKey
Inherited Members
Namespace: Lacuna.Pki
Assembly: Lacuna.Pki.dll
Syntax
public class DSAPublicKey : PublicKey
Properties
Algorithm
Declaration
public override PKAlgorithm Algorithm { get; }
Property Value
| Type | Description |
|---|---|
| PKAlgorithm |
Overrides
DSAParameters
Declaration
public DSAParameters DSAParameters { get; }
Property Value
| Type | Description |
|---|---|
| DSAParameters |
KeySize
Declaration
public override int KeySize { get; }
Property Value
| Type | Description |
|---|---|
| Int32 |
Overrides
Methods
IsEquivalent(DSAPublicKey)
Declaration
public bool IsEquivalent(DSAPublicKey other)
Parameters
| Type | Name | Description |
|---|---|---|
| DSAPublicKey | other |
Returns
| Type | Description |
|---|---|
| Boolean |