RsaKeyIdentifierClause.CanCreateKey Property

Definition

Gets a value that indicates whether a key can be created from the key identifier clause.

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