Base:
property
IsInvalid
System.Runtime.InteropServices.SafeHandle.IsInvalid
16 references to IsInvalid
WindowsBase (16)
Base\MS\Internal\Security\RightsManagement\ClientSession.cs (1)
137(!_defaultLibraryHandle.IsInvalid))
Base\MS\Internal\Security\RightsManagement\InternalSafeNativeMethods.cs (5)
140if ((defaultLibrary != null) && defaultLibrary.IsInvalid) 325if ((subQueryHandle != null) && subQueryHandle.IsInvalid) 769if ((boundLicenseHandle != null) && boundLicenseHandle.IsInvalid) 795if ((decryptorHandle != null) && decryptorHandle.IsInvalid) 820if ((encryptorHandle != null) && encryptorHandle.IsInvalid)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
109Invariant.Assert((boundLicenseHandle.IsInvalid) || (issuanceLicense != null));
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementHandle.cs (1)
49if (!IsInvalid)
Base\System\Security\RightsManagement\CryptoProvider.cs (7)
219if (_decryptorHandle != null && !_decryptorHandle.IsInvalid) 222if (_encryptorHandle != null && !_encryptorHandle.IsInvalid) 225if (_boundLicenseOwnerViewRightsHandle != null && !_boundLicenseOwnerViewRightsHandle.IsInvalid) 233if (boundLicenseHandle != null && !boundLicenseHandle.IsInvalid) 339return (!EncryptorHandle.IsInvalid); 355return (!DecryptorHandle.IsInvalid); 400if ((BoundLicenseOwnerViewRightsHandle == null ) || BoundLicenseOwnerViewRightsHandle.IsInvalid)
Base\System\Security\RightsManagement\UnsignedPublishLicense.cs (1)
296Invariant.Assert(!boundLicenseHandle.IsInvalid);