SecureBlackbox 2020 iOS Edition

Questions / Feedback?

signMetadata (property)

Specifies whether the IdP's metadata should be signed.

Syntax

@property (nonatomic,readwrite,assign,getter=signMetadata,setter=setSignMetadata:) BOOL signMetadata;
- (BOOL)signMetadata;
- (void)setSignMetadata:(BOOL)newSignMetadata;
public var signMetadata: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

Set this property to True to sign the Identity Provider's (IdP) metadata before saving it. Do not forget to assign the signing certificate to the MetaSigningCertificate property.

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