Base:
method
ToString
System.Object.ToString()
4 references to ToString
System.IdentityModel (4)
System\IdentityModel\EnvelopedSignatureReader.cs (1)
236
new SignatureVerificationFailedException(SR.GetString(SR.ID4037, _signedXml.Signature.KeyIdentifier.
ToString
())));
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
183
new EncryptedTokenDecryptionFailedException(SR.GetString(SR.ID4036, encryptedData.KeyIdentifier.
ToString
())));
System\IdentityModel\Tokens\SamlSerializer.cs (1)
194
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(SR.GetString(SR.SamlSerializerUnableToWriteSecurityKeyIdentifier, ski.
ToString
())));
System\IdentityModel\Tokens\SecurityKeyElement.cs (1)
227
_securityKeyIdentifier == null ? "null" : _securityKeyIdentifier.
ToString
())), System.Diagnostics.TraceEventType.Error);