2 instantiations of ContentGrant
WindowsBase (2)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
324
new
ContentGrant
(user, right.Value, validFrom, validUntil));
Base\System\Security\RightsManagement\CryptoProvider.cs (1)
317
grantList.Add(new
ContentGrant
(_owner, contentRight.Value, rightsInfo.ValidFrom, rightsInfo.ValidUntil));
13 references to ContentGrant
WindowsBase (13)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (5)
51
ICollection<
ContentGrant
> grantCollection,
85
ICollection<
ContentGrant
> grantCollection,
169
foreach (
ContentGrant
grant in grantCollection)
414
private void AddGrant(
ContentGrant
grant)
457
private SafeRightsManagementPubHandle GetRightHandle(
ContentGrant
grant)
Base\System\Security\RightsManagement\CryptoProvider.cs (5)
298
public ReadOnlyCollection<
ContentGrant
> BoundGrants
309
List<
ContentGrant
> grantList = new List<
ContentGrant
>(_boundRightsInfoList.Count);
320
_boundGrantReadOnlyCollection = new ReadOnlyCollection<
ContentGrant
> (grantList);
575
private ReadOnlyCollection<
ContentGrant
> _boundGrantReadOnlyCollection;
Base\System\Security\RightsManagement\UnsignedPublishLicense.cs (3)
60
_grantCollection = new Collection<
ContentGrant
>();
233
public ICollection<
ContentGrant
> Grants
382
private ICollection<
ContentGrant
> _grantCollection;