IRSAKey.Params 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳與此鍵相關的參數。
public virtual Java.Security.Spec.IAlgorithmParameterSpec? Params { [Android.Runtime.Register("getParams", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetParamsHandler:Java.Security.Interfaces.IRSAKey, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getParams", "()Ljava/security/spec/AlgorithmParameterSpec;", "GetGetParamsHandler:Java.Security.Interfaces.IRSAKey, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=35)>]
member this.Params : Java.Security.Spec.IAlgorithmParameterSpec
屬性值
相關參數 可能為空
- 屬性
備註
回傳與此鍵相關的參數。 參數為可選,可明確指定或在金鑰對產生時隱含建立。
新增11。
Java 文件 java.security.interfaces.RSAKey.getParams()。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。