Password for X509 certificate

0
I need to sign and encrypt the message with X509 certificate. I saw the code you posted but what is the password parameter value ? Which password is that ? I have a private key and a public key from the SP. what should I put in for password?
edited 1/28/2019 3:06:14 AM
asked 1/28/2019 3:05:52 AM
add a comment

1 Answers

0
If they dont have a password, you can pass a null value to that parameter. If a password is required, you may want to ask the provider. A password is usually required for a private key used to sign or encrypt SAML messages.
 
answered 2/8/2019 10:01:52 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged asp.net mvc or ask your own question.