IMicrosoftGraphKeyCredential.Key Property
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.
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