Class RsaPublicKeyInfo
Information of a RSA public key.
Implements
Inherited Members
Namespace: Google.Apis.CloudIdentity.v1.Data
Assembly: Google.Apis.CloudIdentity.v1.dll
Syntax
public class RsaPublicKeyInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KeySize
Key size in bits (size of the modulus).
Declaration
[JsonProperty("keySize")]
public virtual int? KeySize { get; set; }
Property Value
Type | Description |
---|---|
int? |