C# 클래스 Foretagsplatsen.Api2.Saml.SamlSignedXml

SamlSignedXml - Class is used to sign xml, basically the when the ID is retreived the correct ID is used. without this, the id reference would not be valid.
상속: System.Security.Cryptography.Xml.SignedXml
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API 1 사용 예제들

공개 메소드들

메소드 설명
CreateSignature ( XmlDocument document, X509Certificate2 certificate, string referenceId, string referenceValue ) : XmlElement
GetIdElement ( XmlDocument document, string idValue ) : XmlElement
SamlSignedXml ( XmlDocument document, string referenceAttributeId ) : System.Security.Cryptography.X509Certificates
SamlSignedXml ( XmlElement element, string referenceAttributeId ) : System.Security.Cryptography.X509Certificates

메소드 상세

CreateSignature() 공개 정적인 메소드

public static CreateSignature ( XmlDocument document, X509Certificate2 certificate, string referenceId, string referenceValue ) : XmlElement
document System.Xml.XmlDocument
certificate System.Security.Cryptography.X509Certificates.X509Certificate2
referenceId string
referenceValue string
리턴 System.Xml.XmlElement

GetIdElement() 공개 메소드

public GetIdElement ( XmlDocument document, string idValue ) : XmlElement
document System.Xml.XmlDocument
idValue string
리턴 System.Xml.XmlElement

SamlSignedXml() 공개 메소드

public SamlSignedXml ( XmlDocument document, string referenceAttributeId ) : System.Security.Cryptography.X509Certificates
document System.Xml.XmlDocument
referenceAttributeId string
리턴 System.Security.Cryptography.X509Certificates

SamlSignedXml() 공개 메소드

public SamlSignedXml ( XmlElement element, string referenceAttributeId ) : System.Security.Cryptography.X509Certificates
element System.Xml.XmlElement
referenceAttributeId string
리턴 System.Security.Cryptography.X509Certificates