Base:
method
ToString
System.Object.ToString()
4 references to ToString
System.IdentityModel (4)
System\IdentityModel\EnvelopedSignatureReader.cs (1)
236new SignatureVerificationFailedException(SR.GetString(SR.ID4037, _signedXml.Signature.KeyIdentifier.ToString())));
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
183new EncryptedTokenDecryptionFailedException(SR.GetString(SR.ID4036, encryptedData.KeyIdentifier.ToString())));
System\IdentityModel\Tokens\SamlSerializer.cs (1)
194throw 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);