PackageDigitalSignature.SignedParts 속성

정의

서명된 모든 PackagePart 개체의 컬렉션을 가져옵니다.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Uri ^> ^ SignedParts { System::Collections::ObjectModel::ReadOnlyCollection<Uri ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Uri> SignedParts { get; }
member this.SignedParts : System.Collections.ObjectModel.ReadOnlyCollection<Uri>
Public ReadOnly Property SignedParts As ReadOnlyCollection(Of Uri)

속성 값

서명된 모든 패키지 파트가 포함된 컬렉션입니다.

예외

디지털 Signature가 삭제되었습니다.

적용 대상

추가 정보