你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithSymmetricKey<ParentT>.WithSecretKey(Byte[]) 方法

定义

指定对称加密的密钥。

public Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<ParentT> WithSecretKey (byte[] secret);
abstract member WithSecretKey : byte[] -> Microsoft.Azure.Management.Graph.RBAC.Fluent.CertificateCredential.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithSecretKey (secret As Byte()) As IWithAttach(Of ParentT)

参数

secret
Byte[]

密钥内容。

返回

适用于