9 references to ThrowInvalidArgumentConditional
System.IdentityModel.Selectors (9)
infocard\client\System\IdentityModel\Selectors\CardSpacePolicyElement.cs (2)
75
IDT.
ThrowInvalidArgumentConditional
(0 == privacyNoticeVersion && null != privacyNoticeLink, "privacyNoticeVersion");
76
IDT.
ThrowInvalidArgumentConditional
(0 != privacyNoticeVersion && null == privacyNoticeLink, "privacyNoticeLink");
infocard\client\System\IdentityModel\Selectors\InfoCardRSACryptoProvider.cs (7)
85
IDT.
ThrowInvalidArgumentConditional
(null == inData, "indata");
117
IDT.
ThrowInvalidArgumentConditional
(null == inData, "indata");
144
IDT.
ThrowInvalidArgumentConditional
(null == hash || 0 == hash.Length, "hash");
145
IDT.
ThrowInvalidArgumentConditional
(String.IsNullOrEmpty(hashAlgOid), "hashAlgOid");
184
IDT.
ThrowInvalidArgumentConditional
(null == hash || 0 == hash.Length, "hash");
185
IDT.
ThrowInvalidArgumentConditional
(String.IsNullOrEmpty(hashAlgOid), "hashAlgOid");
186
IDT.
ThrowInvalidArgumentConditional
(null == sig || 0 == sig.Length, "sig");