会话密钥是指:当两个端系统希望通信,他们建立一条逻辑连接。在逻辑连接持续过程中,所以用户数据都使用一个一次性的会话密钥加密。在会话和连接结束时,会话密钥被销毁。
master key password主密钥密码
例句
1.
If a Master Key is defined for an attachable subscription database, specify the Master Key password using the
如果为可附加的订阅数据库定义了主密钥,请用
2.
Returns a row for each database master key password added by using the.
存储过程添加的每个数据库主密钥密码返回一行。
3.
Database master key, and saves the master key password as the secret in the credential.
数据库主密钥创建凭据,并将主密钥密码作为机密内容存储在凭据中。
4.
Because this master key is not encrypted by the service master key , a password must be specified when it is opened .
由于该主密钥未使用服务主密钥进行加密,因此必须指定密码才能将其打开。
5.
But if the master key is encrypted only with a password, it must be explicitly opened.
但如果主密钥仅使用密码进行加密,则必须显式打开。
6.
Afterward, you must explicitly open the Database Master Key with a password.
然后,必须显式打开带密码的数据库主密钥。
primary key == 主键等价于唯一 (UNIQUE) 且 非空 (NOT NULL)主关键字(primary key)是表中的一个或多个字段,它的值用于唯一地标识表中的某一条记录。在两个表的关系中,主关键字用来在一个表中引用来自于另一个表中的特定记录。
主关键字是一种唯一关键字,表定义的一部分。一个表不能有多个主关键字,并且主关键字的列不能包含空值。主关键字是可选的,并且可在 CREATE TABLE 或 ALTER TABLE 语句中定义。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)