Adding documentation for AFSSLPinningModeNone
This commit is contained in:
parent
45c05caaa9
commit
e8d55c8896
1 changed files with 4 additions and 0 deletions
|
|
@ -320,9 +320,13 @@ NSCoding, NSCopying>
|
|||
The following constants are provided by `AFURLConnectionOperation` as possible SSL Pinning options.
|
||||
|
||||
enum {
|
||||
AFSSLPinningModeNone,
|
||||
AFSSLPinningModePublicKey,
|
||||
AFSSLPinningModeCertificate,
|
||||
}
|
||||
|
||||
`AFSSLPinningModeNone`
|
||||
Do not pin SSL connections
|
||||
|
||||
`AFSSLPinningModePublicKey`
|
||||
Pin SSL connections to certificate public key (SPKI).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue