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)
140
if ((defaultLibrary != null) && defaultLibrary.
IsInvalid
)
325
if ((subQueryHandle != null) && subQueryHandle.
IsInvalid
)
769
if ((boundLicenseHandle != null) && boundLicenseHandle.
IsInvalid
)
795
if ((decryptorHandle != null) && decryptorHandle.
IsInvalid
)
820
if ((encryptorHandle != null) && encryptorHandle.
IsInvalid
)
Base\MS\Internal\Security\RightsManagement\IssuanceLicense.cs (1)
109
Invariant.Assert((boundLicenseHandle.
IsInvalid
) || (issuanceLicense != null));
Base\MS\Internal\Security\RightsManagement\SafeRightsManagementHandle.cs (1)
49
if (!
IsInvalid
)
Base\System\Security\RightsManagement\CryptoProvider.cs (7)
219
if (_decryptorHandle != null && !_decryptorHandle.
IsInvalid
)
222
if (_encryptorHandle != null && !_encryptorHandle.
IsInvalid
)
225
if (_boundLicenseOwnerViewRightsHandle != null && !_boundLicenseOwnerViewRightsHandle.
IsInvalid
)
233
if (boundLicenseHandle != null && !boundLicenseHandle.
IsInvalid
)
339
return (!EncryptorHandle.
IsInvalid
);
355
return (!DecryptorHandle.
IsInvalid
);
400
if ((BoundLicenseOwnerViewRightsHandle == null ) || BoundLicenseOwnerViewRightsHandle.
IsInvalid
)
Base\System\Security\RightsManagement\UnsignedPublishLicense.cs (1)
296
Invariant.Assert(!boundLicenseHandle.
IsInvalid
);