Class RsaKeyDetails
Inheritance
System.Object
RsaKeyDetails
Assembly: AsaLib.dll
Syntax
public class RsaKeyDetails : KeyDetailObject
Constructors
|
Improve this Doc
View Source
RsaKeyDetails(Byte[], Byte[], Byte[], Byte[])
Declaration
public RsaKeyDetails(byte[] modulus, byte[] d, byte[] p = null, byte[] q = null)
Parameters
| Type |
Name |
Description |
| System.Byte[] |
modulus |
|
| System.Byte[] |
d |
|
| System.Byte[] |
p |
|
| System.Byte[] |
q |
|
|
Improve this Doc
View Source
RsaKeyDetails(Nullable<String>, Nullable<String>)
Declaration
public RsaKeyDetails(string? PublicString = null, string? FullString = null)
Parameters
| Type |
Name |
Description |
| System.Nullable<System.String> |
PublicString |
|
| System.Nullable<System.String> |
FullString |
|
Properties
|
Improve this Doc
View Source
FullString
Declaration
public string? FullString { get; }
Property Value
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
PublicString
Declaration
public string PublicString { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
ShouldSerializeFullString()
Declaration
public bool ShouldSerializeFullString()
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
ShouldSerializePublicString()
Declaration
public bool ShouldSerializePublicString()
Returns
| Type |
Description |
| System.Boolean |
|