DomainIdentifier 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
DomainIdentifier() |
初始化 DomainIdentifier 類別的新執行個體。 |
DomainIdentifier(Guid) |
使用指定的服務識別碼, DomainIdentifier 初始化 類別的新實例。 系統會隨機產生帳戶識別碼,並將修訂設定為 CurrentRevision 。 |
DomainIdentifier(Guid, Guid) |
使用指定的服務識別碼和帳戶識別碼, DomainIdentifier 初始化 類別的新實例。 修訂設定為 CurrentRevision 。 |
DomainIdentifier(Guid, Guid, DateTime) |
使用以時間戳記表示的 DomainIdentifier 指定服務識別碼、帳戶識別碼和修訂,初始化 類別的新實例。 |
DomainIdentifier(Guid, Guid, Int64) |
使用以 long 表示的 DomainIdentifier 指定服務識別碼、帳戶識別碼和修訂,初始化 類別的新實例。 |
DomainIdentifier()
DomainIdentifier(Guid)
使用指定的服務識別碼, DomainIdentifier 初始化 類別的新實例。 系統會隨機產生帳戶識別碼,並將修訂設定為 CurrentRevision 。
public DomainIdentifier (Guid serviceId);
new Microsoft.Media.Drm.DomainIdentifier : Guid -> Microsoft.Media.Drm.DomainIdentifier
Public Sub New (serviceId As Guid)
參數
- serviceId
- Guid
網域所屬服務的唯一識別碼。
適用於
DomainIdentifier(Guid, Guid)
使用指定的服務識別碼和帳戶識別碼, DomainIdentifier 初始化 類別的新實例。 修訂設定為 CurrentRevision 。
public DomainIdentifier (Guid serviceId, Guid accountId);
new Microsoft.Media.Drm.DomainIdentifier : Guid * Guid -> Microsoft.Media.Drm.DomainIdentifier
Public Sub New (serviceId As Guid, accountId As Guid)
參數
- serviceId
- Guid
網域所屬服務的唯一識別碼。
- accountId
- Guid
服務內帳戶的唯一識別碼。
適用於
DomainIdentifier(Guid, Guid, DateTime)
使用以時間戳記表示的 DomainIdentifier 指定服務識別碼、帳戶識別碼和修訂,初始化 類別的新實例。
public DomainIdentifier (Guid serviceId, Guid accountId, DateTime revisionTimestamp);
new Microsoft.Media.Drm.DomainIdentifier : Guid * Guid * DateTime -> Microsoft.Media.Drm.DomainIdentifier
Public Sub New (serviceId As Guid, accountId As Guid, revisionTimestamp As DateTime)
參數
- serviceId
- Guid
網域所屬服務的唯一識別碼。
- accountId
- Guid
服務內帳戶的唯一識別碼。
- revisionTimestamp
- DateTime
這個識別碼所參考之網域的版本。
適用於
DomainIdentifier(Guid, Guid, Int64)
使用以 long 表示的 DomainIdentifier 指定服務識別碼、帳戶識別碼和修訂,初始化 類別的新實例。
public DomainIdentifier (Guid serviceId, Guid accountId, long revision);
new Microsoft.Media.Drm.DomainIdentifier : Guid * Guid * int64 -> Microsoft.Media.Drm.DomainIdentifier
Public Sub New (serviceId As Guid, accountId As Guid, revision As Long)
參數
- serviceId
- Guid
網域所屬服務的唯一識別碼。
- accountId
- Guid
服務內帳戶的唯一識別碼。
- revision
- Int64
這個識別碼所參考之網域的版本。
例外狀況
如果 revision
小於 MinRevision 或大於 MaxRevision ,則會擲回 。