SqlEnclaveSession(Byte[], Int64) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new instance of the SqlEnclaveSession class.
public:
SqlEnclaveSession(cli::array <System::Byte> ^ sessionKey, long sessionId);
public SqlEnclaveSession (byte[] sessionKey, long sessionId);
new System.Data.SqlClient.SqlEnclaveSession : byte[] * int64 -> System.Data.SqlClient.SqlEnclaveSession
Public Sub New (sessionKey As Byte(), sessionId As Long)
Parameters
- sessionKey
- Byte[]
The symmetric key used to encrypt all the information sent using the session.
- sessionId
- Int64
The session ID.
Exceptions
sessionKey
is null
.
sessionKey
has zero length.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.