ECDiffieHellmanCng.Label 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置用于密钥派生的标签值。
public:
property cli::array <System::Byte> ^ Label { cli::array <System::Byte> ^ get(); void set(cli::array <System::Byte> ^ value); };
public byte[]? Label { get; set; }
public byte[] Label { get; set; }
member this.Label : byte[] with get, set
Public Property Label As Byte()
属性值
Byte[]
标签值。
注解
如果在 属性中KeyDerivationFunction设置了该值,Tls则此值用于密钥派生。 默认为 null
。