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

certificates

The intermediate certificates of the credential, if it is a client certificate credential. その資格情報の中間証明書、もしそれがクライアント証明書資格情報であるならば。

Declaration 宣言

@property(readonly, copy) NSArray *certificates;

Discussion 議論

The certificates are SecCertificateRef objects representing the intermediate certificates of the credential. This value is nil if this is not a client certificate credential or if the credential was created with no intermediate certificates. 証明書は、資格情報の中間証明書を表しているSecCertificateRefオブジェクトです。この値はnilです、もしこれがクライアント証明書資格情報でないならばまたは資格情報が中間証明書なしで作成されたならば。

See Also 参照

Getting Credential Properties 資格情報プロパティを取得する