IWithCertificate.WithPfxByteArray(Byte[]) Method

Definition

Specifies the PFX byte array to upload.

public Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithPfxFilePassword WithPfxByteArray (params byte[] pfxByteArray);
abstract member WithPfxByteArray : byte[] -> Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificate.Definition.IWithPfxFilePassword
Public Function WithPfxByteArray (ParamArray pfxByteArray As Byte()) As IWithPfxFilePassword

Parameters

pfxByteArray
Byte[]

The PFX byte array.

Returns

Applies to