X509RawDataKeyIdentifierClause.CanCreateKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.