Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Sustainsys.​Saml2.​Metadata.​MetadataBaseExtensions
Assembly: Sustainsys.Saml2
Inheritance: object → MetadataBaseExtensions
Extensions for Metadatabase.
Methods
public static
string
ToXmlString​(MetadataBase metadata,
System.​Security.​Cryptography.​X509Certificates.​X509Certificate2 signingCertificate,
string signingAlgorithm)
Use a MetadataSerializer to create an XML string out of metadata.
metadata
Metadata to serialize.
signingCertificate
Certificate to sign the metadata
with. Supply null to not sign.
signingAlgorithm
Algorithm to use when signing.
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object