Class CryptographicKeyObject
Inheritance
System.Object
CryptographicKeyObject
Assembly: AsaLib.dll
Syntax
public class CryptographicKeyObject : CollectObject
Constructors
|
Improve this Doc
View Source
CryptographicKeyObject(String, TpmAlgId)
Declaration
public CryptographicKeyObject(string Source, TpmAlgId tpmAlgId)
Parameters
| Type |
Name |
Description |
| System.String |
Source |
|
| TpmAlgId |
tpmAlgId |
|
Properties
|
Improve this Doc
View Source
Identity
Declaration
public override string Identity { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
|
Improve this Doc
View Source
RsaDetails
Declaration
public RsaKeyDetails RsaDetails { get; set; }
Property Value
|
Improve this Doc
View Source
Source
Declaration
public string Source { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
tpmAlgId
Declaration
public TpmAlgId tpmAlgId { get; set; }
Property Value
| Type |
Description |
| TpmAlgId |
|