次の方法で共有


SecurityElementBase.AllowInsecureTransport プロパティ

定義

セキュリティで保護されていない転送が許可されるかどうかを示す値を取得または設定します。

public:
 property bool AllowInsecureTransport { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("allowInsecureTransport", DefaultValue=false)]
public bool AllowInsecureTransport { get; set; }
[<System.Configuration.ConfigurationProperty("allowInsecureTransport", DefaultValue=false)>]
member this.AllowInsecureTransport : bool with get, set
Public Property AllowInsecureTransport As Boolean

プロパティ値

セキュリティで保護されていないトランスポートが許可される場合は true、それ以外の場合は false

属性

適用対象