Overload List

Name Description
SymmetricProofDescriptor (EncryptingCredentials)  
SymmetricProofDescriptor (Byte[], EncryptingCredentials) Use this constructor if you want the sts to use the given key bytes. This happens when client sends the entropy, and the sts would just use that as the key for the issued token
SymmetricProofDescriptor (Int32, EncryptingCredentials) Use this constructor if you want the STS to autogenerate the key using a random number generator and send it in the proof token as a binary secret.
SymmetricProofDescriptor (Int32, EncryptingCredentials, EncryptingCredentials) Use this constructor if you want the STS to autogenerate the key and send it in the proof token as encrypted key. Two cases are covered here: 1. The client sends the entropy, but the server rejects it. 2. The client does not send the entropy, so use the server's entropy.
SymmetricProofDescriptor (Int32, EncryptingCredentials, EncryptingCredentials, Byte[]) Use this constructor if you want to send a combined entropy.
SymmetricProofDescriptor (Int32, EncryptingCredentials, EncryptingCredentials, String)  
SymmetricProofDescriptor (Int32, EncryptingCredentials, EncryptingCredentials, Byte[], String)  

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.