Hi guys
I am using VB .net and want to add a KeyInfo with some KeyInfoRetrievalMethod with it like this
<KeyInfo>
<RetrievalMethod URI="someURI" Type=" />
</KeyInfo>
What i am doing is
Dim KeyInfo As New KeyInfo()
Dim signedXml As New SignedXml()
Dim keyRetrieval As New KeyInfoRetrievalMethod()
keyRetrieval.Uri = "someURI"
KeyInfo.LoadXml(keyRetrieval.GetXml)
signedXml.KeyInfo = KeyInfo
Can anybody know what i am doing wrong?
Thanks
Nouman
Nouman Zaheer
Software Engineer
MSR
I am using VB .net and want to add a KeyInfo with some KeyInfoRetrievalMethod with it like this
<KeyInfo>
<RetrievalMethod URI="someURI" Type=" />
</KeyInfo>
What i am doing is
Dim KeyInfo As New KeyInfo()
Dim signedXml As New SignedXml()
Dim keyRetrieval As New KeyInfoRetrievalMethod()
keyRetrieval.Uri = "someURI"
KeyInfo.LoadXml(keyRetrieval.GetXml)
signedXml.KeyInfo = KeyInfo
Can anybody know what i am doing wrong?
Thanks
Nouman
Nouman Zaheer
Software Engineer
MSR