keyRing (property)

Selects a key ring for the class to interact with.

Syntax

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

Default Value

""

Remarks

This property specifies the key ring, by name, that the class should interact with.

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