X509RawDataKeyIdentifierClause.CanCreateKey Property

Definition

Gets a value that indicates whether a key can be created from the raw data of the X.509 certificate or byte array that is specified in the constructor.

public:
 virtual property bool CanCreateKey { bool get(); };
public override bool CanCreateKey { get; }
member this.CanCreateKey : bool
Public Overrides ReadOnly Property CanCreateKey As Boolean

Property Value

true in all cases.

Remarks

To create the key, call the CreateKey method.

Applies to