Sdílet prostřednictvím


ISigningKey.SecurityAlgorithmType Property

Definition

The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml

[Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="securityAlgorithmType")]
public int? SecurityAlgorithmType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Dns.Runtime.Info(Description="The security algorithm type represents the standard security algorithm number of the DNSKEY Resource Record. See: https://www.iana.org/assignments/dns-sec-alg-numbers/dns-sec-alg-numbers.xhtml", PossibleTypes=new System.Type[] { typeof(System.Int32) }, ReadOnly=true, Required=false, SerializedName="securityAlgorithmType")>]
member this.SecurityAlgorithmType : Nullable<int>
Public ReadOnly Property SecurityAlgorithmType As Nullable(Of Integer)

Property Value

Attributes

Applies to