IMicrosoftGraphKeyCredential.Key Property

Definition

Value for the key credential. Should be a base 64 encoded value.

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Value for the key credential. Should be a base 64 encoded value.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="key", Update=true)]
public byte[] Key { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Value for the key credential. Should be a base 64 encoded value.", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="key", Update=true)>]
member this.Key : byte[] with get, set
Public Property Key As Byte()

Property Value

Byte[]
Attributes

Applies to