다음을 통해 공유


SymmetricProofDescriptor 생성자

오버로드 목록

이름 설명
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)  

참고 항목

참조

SymmetricProofDescriptor 클래스
SymmetricProofDescriptor 멤버
Microsoft.IdentityModel.Tokens 네임스페이스

Copyright © 2008 by Microsoft Corporation.모든 권리 보유.