certUsage (property)

Text description of UsageFlags .

Syntax

@property (nonatomic,readwrite,assign,getter=certUsage,setter=setCertUsage:) NSString* certUsage;
- (NSString*)certUsage;
- (void)setCertUsage:(NSString*)newCertUsage;
public var certUsage: String {
  get {...}
set {...} }

Default Value

""

Remarks

Text description of CertUsageFlags.

The value will be of one or more of the following strings, separated by commas:

  • Digital Signatures
  • Key Authentication
  • Key Encryption
  • Data Encryption
  • Key Agreement
  • Certificate Signing
  • Key Signing

If the provider is OpenSSL, the value is a comma separated list of X509 certificate extension names.

Copyright (c) 2023 /n software inc. - All rights reserved.
IPWorks SSH 2020 iOS Edition - Version 20.0 [Build 8501]