IMicrosoftGraphKeyCredential.CustomKeyIdentifier 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.
Custom key identifier
[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Custom key identifier", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="customKeyIdentifier", Update=true)]
public byte[] CustomKeyIdentifier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="Custom key identifier", PossibleTypes=new System.Type[] { typeof(System.Byte[]) }, Read=true, ReadOnly=false, Required=false, SerializedName="customKeyIdentifier", Update=true)>]
member this.CustomKeyIdentifier : byte[] with get, set
Public Property CustomKeyIdentifier As Byte()
Property Value
Byte[]
- Attributes