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