Show / Hide Table of Contents

Class CryptographicKeyObject

Inheritance
System.Object
CollectObject
CryptographicKeyObject
Inherited Members
CollectObject.ResultType
CollectObject.RowKey
CollectObject.Serialized
CollectObject.ShouldSerializeRowKey()
CollectObject.ShouldSerializeSerialized()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Objects
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
CollectObject.Identity
| Improve this Doc View Source

RsaDetails

Declaration
public RsaKeyDetails RsaDetails { get; set; }
Property Value
Type Description
RsaKeyDetails
| 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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX