Megosztás a következőn keresztül:


ICryptoCertificate.KeySize Property

Definition

Size of the certificate's key in bits

[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Size of the certificate's key in bits", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="keySize", Update=true)]
public long? KeySize { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="Size of the certificate's key in bits", PossibleTypes=new System.Type[] { typeof(System.Int64) }, Read=true, ReadOnly=false, Required=false, SerializedName="keySize", Update=true)>]
member this.KeySize : Nullable<int64> with get, set
Public Property KeySize As Nullable(Of Long)

Property Value

Attributes

Applies to