keyDataForSigning (property)

Whether the public key is for signing or encryption.

Syntax

@property (nonatomic,readonly,assign,getter=keyDataForSigning) BOOL keyDataForSigning;
- (BOOL)keyDataForSigning;
public var keyDataForSigning: Bool {
  get {...}
}

Default Value

FALSE

Remarks

Whether the public key is for signing or encryption.

When GetPublicKey is called, this property reflects whether the downloaded KeyPublicKey is to be used for verification (true) or encryption (false).

Always false when GenerateDataKey or GenerateDataKeyPair is called.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 iOS Edition - Version 20.0 [Build 8157]