setPrimaryVersion (method)

Sets the primary version of a symmetric key.

Syntax

- (void)setPrimaryVersion:(NSString*)keyName :(NSString*)versionId;
public func setPrimaryVersion(_ keyName: String, _ versionId: String) throws -> Void

Remarks

This method sets the primary version of the symmetric key specified by KeyName to the version identified by VersionId.

A symmetric key's primary version is the one used by the server when Encrypt is called. It can be changed at any time. Asymmetric keys cannot have primary versions.

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