SecureBlackbox 2020 iOS Edition

Questions / Feedback?

canSign (property)

Returns true if the crypto object is capable of data signing.

Syntax

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

Default Value

FALSE

Remarks

This property returns true if the crypto object can be used for signing data and validating signatures. This capability depends on the cryptographic algorithm.

This property is read-only.

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