- compareObject:toObject:
reversedSortDescriptor
Availability 有効性
Technology
- (void)allowEvaluation;
When securely decoding NSSort
objects that are encoded using NSSecure
, evaluation is disabled because it is potentially unsafe to evaluate descriptors you get out of an archive.
NSSecure
を使ってエンコードされるNSSort
オブジェクトを安全にデコードしている場合、評価は使用不可にされます、なぜならアーカイブからあなたが取り出した記述子を評価することは潜在的に安全でないからです。
Before you enable evaluation, you should validate key paths, selectors, and related properties to ensure no erroneous or malicious code will be executed. Once you’ve preflighted the sort descriptor, you can enable the sort descriptor for evaluation by calling allow
.
あなたが評価を可能にする前に、あなたはキーパス、セレクタ、そして関連プロパティを検証して、間違ったまたは悪意のあるコードが実行されないことを確実にしてください。一旦あなたがソート記述子を飛行前にしたならば、あなたはソート記述子を評価可能にすることがallow
を呼び出すことによって可能です。
- compareObject:toObject:
reversedSortDescriptor