Instance Property インスタンスプロパティ

distinguishedNames

The acceptable certificate-issuing authorities for client certificate authentication. クライアント証明書認証に対する受け入れ可能な証明書発行機関。

Declaration 宣言

@property(nullable, readonly, copy) NSArray<NSData *> *distinguishedNames;

Discussion 議論

This value is nil if the authentication method of the protection space is not client certificate. The returned issuing authorities are encoded with Distinguished Encoding Rules (DER). この値はnilです、もし保護空間の認証メソッドがクライアント証明書でないならば。返された発行している認証は、Distinguished Encoding Rules(DER)で符号化されます。

See Also 参照

Getting Protection Space Properties 保護空間プロパティを取得する