SPN (property)

The Service Principal Name (SPN).

Syntax

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

Default Value

""

Remarks

This property specifies the Service Principal Name (SPN). This must be set before calling Authenticate.

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